Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.server.authentication.AuthenticationException
- All Implemented Interfaces:
de.espirit.common.LocalizableError
,Serializable
Exception thrown if a authentication was not successful because of invalid credentials for instance.
- Since:
- 2.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionException 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.espirit.common.LocalizableError
isInfoOnly
-
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
-