Package org.cyclos.model.access
Class OtpInvalidatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.PasswordException
-
- org.cyclos.model.access.OtpInvalidatedException
-
- All Implemented Interfaces:
Serializable
public class OtpInvalidatedException extends PasswordException
Error when an OTP was invalidated because there was a maximum of invalid attempts. NOTE: This is used for OTP password typesPasswordMode.OTP) and musn't be confused with single use passwords (see OtpHandler)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OtpInvalidatedException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.access.PasswordException
getPasswordType, setPasswordType
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-