com.liferay.portal
Class UserPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.PortalException
com.liferay.portal.UserPasswordException
- All Implemented Interfaces:
- java.io.Serializable
public class UserPasswordException
- extends com.liferay.portal.PortalException
View Source
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
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 |
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_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
UserPasswordException
public UserPasswordException(int type)
getType
public int getType()