com.neatech.climbplan.common
Class UserManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.neatech.climbplan.common.ApplicationException
          extended by com.neatech.climbplan.common.UserManagementException
All Implemented Interfaces:
Serializable

public class UserManagementException
extends ApplicationException

See Also:
Serialized Form

Field Summary
static int CONFIRM_PASSWORD_EMPTY
           
private static Hashtable<Integer,String> messages
          Holds exception messages as error code message pairs
static int ORGANIZER_NOT_LOGGED_IN
           
static int PASSWORD_EMPTY
           
static int PASSWORDS_DO_NOT_MATCH
           
private static long serialVersionUID
           
 
Fields inherited from class com.neatech.climbplan.common.ApplicationException
ERROR, FATAL, INFORMATION, WARNING
 
Constructor Summary
UserManagementException(int errorCode)
           
 
Method Summary
 
Methods inherited from class com.neatech.climbplan.common.ApplicationException
getErrorCode, getType, setType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

Constructor Detail

UserManagementException

public UserManagementException(int errorCode)