Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.core.security.authentication.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountDisabledException,AccountExpiredException,AccountInactiveException,AccountNotFoundException,AccountTypeNotAllowedException,ApiKeyBlockedException,InvalidSessionException,IPBlockedException,OutsideWorkingTimeException,PasswordAlreadyUsedException,PasswordExpiredException,PasswordWeakException,UsernameBlockedException,WrongPasswordException
A generic exception during the authentication process
- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(Authenticator authenticator) AuthenticationException(Authenticator authenticator, String code) AuthenticationException(Authenticator authenticator, String code, Throwable cause) AuthenticationException(String message) AuthenticationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AuthenticationException
public AuthenticationException() -
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
-
Method Details