org.itracker.services.exceptions
Class PasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.itracker.services.exceptions.PasswordException
- All Implemented Interfaces:
- Serializable
public class PasswordException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
INVALID_DATA
public static final int INVALID_DATA
- See Also:
- Constant Field Values
UNKNOWN_USER
public static final int UNKNOWN_USER
- See Also:
- Constant Field Values
INVALID_NAME
public static final int INVALID_NAME
- See Also:
- Constant Field Values
INVALID_EMAIL
public static final int INVALID_EMAIL
- See Also:
- Constant Field Values
INACTIVE_ACCOUNT
public static final int INACTIVE_ACCOUNT
- See Also:
- Constant Field Values
SYSTEM_ERROR
public static final int SYSTEM_ERROR
- See Also:
- Constant Field Values
FEATURE_DISABLED
public static final int FEATURE_DISABLED
- See Also:
- Constant Field Values
PasswordException
public PasswordException()
PasswordException
public PasswordException(int type)
getType
public int getType()
setType
public void setType(int type)
Copyright © 2002-2012 itracker. All Rights Reserved.