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,AccountNotFoundException,IPBlockedException,PasswordExpiredException,UsernameBlockedException,WrongPasswordException
public class AuthenticationException extends RuntimeException
A generic exception during the authentication process- Since:
 - 7.5
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticationException()AuthenticationException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AuthenticationException
public AuthenticationException()
 
- 
AuthenticationException
public AuthenticationException(String message)
 
 - 
 
 -