Package org.cyclos.model.access
Class InvalidTotpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidTotpException
-
- All Implemented Interfaces:
Serializable
public class InvalidTotpException extends FrameworkException
This exception is thrown when confirming with a TOTP, but the value isn't valid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTotpException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlockedByTries()voidsetBlockedByTries(boolean blockedByTries)-
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
-
-