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
,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
ConstructorDescriptionAuthenticationException
(Authenticator authenticator) AuthenticationException
(Authenticator authenticator, String code) AuthenticationException
(String message) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAuthenticator
(Authenticator authenticator) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace