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,- UnconfirmedLegalsException,- UsernameBlockedException,- WrongPasswordException
A generic exception during the authentication process
- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationException(Authenticator authenticator) AuthenticationException(Authenticator authenticator, String code) AuthenticationException(Authenticator authenticator, String code, Throwable cause) AuthenticationException(String message) AuthenticationException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
AuthenticationExceptionpublic AuthenticationException()
- 
AuthenticationException
- 
AuthenticationException
- 
AuthenticationException
- 
AuthenticationException
- 
AuthenticationException
 
- 
- 
Method Details