Class WrongPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.logicaldoc.core.security.authentication.AuthenticationException
-
- com.logicaldoc.core.security.authentication.WrongPasswordException
-
- All Implemented Interfaces:
Serializable
public class WrongPasswordException extends AuthenticationException
Raised when given password is not correct- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongPasswordException()
WrongPasswordException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WrongPasswordException
public WrongPasswordException()
-
WrongPasswordException
public WrongPasswordException(String message)
-
-