Class FatalDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.exceptions.database.DBOpException
com.djrapitops.plan.exceptions.database.FatalDBException
- All Implemented Interfaces:
ExceptionWithContext
,Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.djrapitops.plan.exceptions.database.DBOpException
CONSTRAINT_VIOLATION
-
Constructor Summary
ConstructorDescriptionFatalDBException(String message)
FatalDBException(String message, DBOpException cause)
-
Method Summary
Methods inherited from class com.djrapitops.plan.exceptions.database.DBOpException
forCause, getContext, isUserIdConstraintViolation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalDBException
-
FatalDBException
-