Class MariaDB11Exception
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
com.djrapitops.plan.exceptions.database.MariaDB11Exception
- All Implemented Interfaces:
ExceptionWithContext
,Serializable
Exception thrown when MySQL driver can't connect to MariaDB.
- See Also:
-
Field Summary
Fields inherited from class com.djrapitops.plan.exceptions.database.DBOpException
CONSTRAINT_VIOLATION, DUPLICATE_KEY
-
Constructor Summary
-
Method Summary
Methods inherited from class com.djrapitops.plan.exceptions.database.DBOpException
forCause, getContext, isDuplicateKeyViolation, isUserIdConstraintViolation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MariaDB11Exception
-