Liferay 6.1.2-ce-ga3

com.liferay.portal
Class UserPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.UserPasswordException
All Implemented Interfaces:
Serializable

public class UserPasswordException
extends PortalException

See Also:
Serialized Form

Field Summary
static int PASSWORD_ALREADY_USED
           
static int PASSWORD_CONTAINS_TRIVIAL_WORDS
           
static int PASSWORD_INVALID
           
static int PASSWORD_LENGTH
           
static int PASSWORD_NOT_CHANGEABLE
           
static int PASSWORD_SAME_AS_CURRENT
           
static int PASSWORD_TOO_TRIVIAL
           
static int PASSWORD_TOO_YOUNG
           
static int PASSWORDS_DO_NOT_MATCH
           
 
Constructor Summary
UserPasswordException(int type)
           
 
Method Summary
 int getType()
           
 
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

PASSWORD_ALREADY_USED

public static final int PASSWORD_ALREADY_USED
See Also:
Constant Field Values

PASSWORD_CONTAINS_TRIVIAL_WORDS

public static final int PASSWORD_CONTAINS_TRIVIAL_WORDS
See Also:
Constant Field Values

PASSWORD_INVALID

public static final int PASSWORD_INVALID
See Also:
Constant Field Values

PASSWORD_LENGTH

public static final int PASSWORD_LENGTH
See Also:
Constant Field Values

PASSWORD_NOT_CHANGEABLE

public static final int PASSWORD_NOT_CHANGEABLE
See Also:
Constant Field Values

PASSWORD_SAME_AS_CURRENT

public static final int PASSWORD_SAME_AS_CURRENT
See Also:
Constant Field Values

PASSWORD_TOO_TRIVIAL

public static final int PASSWORD_TOO_TRIVIAL
See Also:
Constant Field Values

PASSWORD_TOO_YOUNG

public static final int PASSWORD_TOO_YOUNG
See Also:
Constant Field Values

PASSWORDS_DO_NOT_MATCH

public static final int PASSWORDS_DO_NOT_MATCH
See Also:
Constant Field Values
Constructor Detail

UserPasswordException

public UserPasswordException(int type)
Method Detail

getType

public int getType()

Liferay 6.1.2-ce-ga3