Class WrongKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.logicaldoc.core.security.authentication.AuthenticationException
-
- com.logicaldoc.enterprise.security.exception.WrongKeyException
-
- All Implemented Interfaces:
Serializable
public class WrongKeyException extends com.logicaldoc.core.security.authentication.AuthenticationException
Raised when the user inputed a wrong secret key during the two factors authentication- Since:
- 7.7.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongKeyException()
WrongKeyException(String message)
-
Method Summary
-
Methods inherited from class com.logicaldoc.core.security.authentication.AuthenticationException
getAuthenticator, mustRecordFailure, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
WrongKeyException
public WrongKeyException()
-
WrongKeyException
public WrongKeyException(String message)
-
-