java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
is.codion.common.db.exception.DatabaseException
is.codion.common.db.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
An exception indicating an authentication failure
- See Also:
-
Field Summary
Fields inherited from class is.codion.common.db.exception.DatabaseException
SQL_STATE_NO_DATA -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(ErrorType errorType, @Nullable String detail) Instantiates a new AuthenticationException, its message the one associated with the error typeAuthenticationException(@Nullable String message) -
Method Summary
Methods inherited from class is.codion.common.db.exception.DatabaseException
detail, errorCode, errorType, getMessage, message, setStackTrace, sqlStateMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Constructor Details
-
AuthenticationException
- Parameters:
message- the error message
-
AuthenticationException
Instantiates a new AuthenticationException, its message the one associated with the error type- Parameters:
errorType- the error typedetail- the detail, null if none
-