java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.DigestException
com.ciphercore.UserPasswordException
- All Implemented Interfaces:
- java.io.Serializable
- public class UserPasswordException
- extends java.security.DigestException
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TYPE_USER_UNKNOWN
public static final int TYPE_USER_UNKNOWN
- See Also:
- Constant Field Values
TYPE_PASSWORD_INCORRECT
public static final int TYPE_PASSWORD_INCORRECT
- See Also:
- Constant Field Values
TYPE_DIGEST_CORRUPT
public static final int TYPE_DIGEST_CORRUPT
- See Also:
- Constant Field Values
_type
private int _type
UserPasswordException
public UserPasswordException(int type)
setMessage
protected static java.lang.String setMessage(int type)
setType
protected void setType(int type)
getType
public int getType()