com.neatech.climbplan.common
Class UserManagementException
java.lang.Object
java.lang.Throwable
com.neatech.climbplan.common.ApplicationException
com.neatech.climbplan.common.UserManagementException
- All Implemented Interfaces:
- Serializable
public class UserManagementException
- extends ApplicationException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ORGANIZER_NOT_LOGGED_IN
public static final int ORGANIZER_NOT_LOGGED_IN
- See Also:
- Constant Field Values
PASSWORDS_DO_NOT_MATCH
public static final int PASSWORDS_DO_NOT_MATCH
- See Also:
- Constant Field Values
PASSWORD_EMPTY
public static final int PASSWORD_EMPTY
- See Also:
- Constant Field Values
CONFIRM_PASSWORD_EMPTY
public static final int CONFIRM_PASSWORD_EMPTY
- See Also:
- Constant Field Values
messages
private static Hashtable<Integer,String> messages
- Holds exception messages as error code message pairs
UserManagementException
public UserManagementException(int errorCode)