Package org.cyclos.model.access
Class InvalidPasswordException
- 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.InvalidPasswordException
-
- All Implemented Interfaces:
Serializable
public class InvalidPasswordException extends PasswordException
Error when a given password is invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException()InvalidPasswordException(PasswordTypeVO passwordType)
-
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
-
-
-
-
Constructor Detail
-
InvalidPasswordException
public InvalidPasswordException()
-
InvalidPasswordException
public InvalidPasswordException(PasswordTypeVO passwordType)
-
-