Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.server.authentication.AuthenticationException
- All Implemented Interfaces:
LocalizableError
,Serializable
Exception thrown if a authentication was not successful because of invalid credentials for instance.
- Since:
- 2.3
- See Also:
-
Constructor Summary
ConstructorDescriptionException thrown if a authentication was not successful because of invalid credentials for instance.AuthenticationException
(String message) Exception thrown if a authentication was not successful because of invalid credentials for instance.AuthenticationException
(String message, Throwable cause) Exception thrown if a authentication was not successful because of invalid credentials for instance. -
Method Summary
Methods inherited from class de.espirit.common.CheckedException
getContext, getErrorCode, getLocalizedMessage, setErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException()Exception thrown if a authentication was not successful because of invalid credentials for instance.- Since:
- 2.3
-
AuthenticationException
Exception thrown if a authentication was not successful because of invalid credentials for instance.- Parameters:
message
- The message of the exception.- Since:
- 2.3
-
AuthenticationException
Exception thrown if a authentication was not successful because of invalid credentials for instance.- Parameters:
message
- The message of the exception.cause
- The cause of the exception.- Since:
- 2.3
-