Package org.spongepowered.api.data
Class DuplicateDataStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.data.DataException
-
- org.spongepowered.api.data.DuplicateDataStoreException
-
- All Implemented Interfaces:
Serializable
public class DuplicateDataStoreException extends DataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateDataStoreException()
DuplicateDataStoreException(String message)
DuplicateDataStoreException(String message, Throwable cause)
DuplicateDataStoreException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-