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
,java.io.Serializable
public class DBInitException extends DBOpException
Thrown when something goes wrong withDatabase#init
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DBInitException(java.lang.String message)
DBInitException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.djrapitops.plan.exceptions.database.DBOpException
forCause, getContext
-
-