org.itracker.services.exceptions
Class PasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itracker.services.exceptions.PasswordException
All Implemented Interfaces:
Serializable

public class PasswordException
extends Exception

See Also:
Serialized Form

Field Summary
static int FEATURE_DISABLED
           
static int INACTIVE_ACCOUNT
           
static int INVALID_DATA
           
static int INVALID_EMAIL
           
static int INVALID_NAME
           
static int SYSTEM_ERROR
           
static int UNKNOWN_USER
           
 
Constructor Summary
PasswordException()
           
PasswordException(int type)
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
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

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
Constructor Detail

PasswordException

public PasswordException()

PasswordException

public PasswordException(int type)
Method Detail

getType

public int getType()

setType

public void setType(int type)


Copyright © 2002-2012 itracker. All Rights Reserved.