Class DBInitException
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.DBInitException
- All Implemented Interfaces:
ExceptionWithContext
,Serializable
Thrown when something goes wrong with
Database#init
.- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.djrapitops.plan.exceptions.database.DBOpException
CONSTRAINT_VIOLATION
-
Constructor Summary
ConstructorDescriptionDBInitException(String message)
DBInitException(String message, Throwable 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
-
DBInitException
-
DBInitException
-