Package org.cyclos.model.access
Class InvalidPinRemovedException
- 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.InvalidPinRemovedException
-
- All Implemented Interfaces:
Serializable
public class InvalidPinRemovedException extends PasswordException
Error when a pin was removed after the maximum tries has been reached.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPinRemovedException()
-
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
-
-