Liferay 7.0-ce-b4

com.liferay.portal.exception
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.exception.UserPasswordException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserPasswordException.MustBeLonger, UserPasswordException.MustComplyWithModelListeners, UserPasswordException.MustComplyWithRegex, UserPasswordException.MustMatch, UserPasswordException.MustMatchCurrentPassword, UserPasswordException.MustNotBeChanged, UserPasswordException.MustNotBeChangedYet, UserPasswordException.MustNotBeEqualToCurrent, UserPasswordException.MustNotBeNull, UserPasswordException.MustNotBeRecentlyUsed, UserPasswordException.MustNotBeTrivial, UserPasswordException.MustNotContainDictionaryWords

public class UserPasswordException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class UserPasswordException.MustBeLonger
           
static class UserPasswordException.MustComplyWithModelListeners
           
static class UserPasswordException.MustComplyWithRegex
           
static class UserPasswordException.MustMatch
           
static class UserPasswordException.MustMatchCurrentPassword
           
static class UserPasswordException.MustNotBeChanged
           
static class UserPasswordException.MustNotBeChangedYet
           
static class UserPasswordException.MustNotBeEqualToCurrent
           
static class UserPasswordException.MustNotBeNull
           
static class UserPasswordException.MustNotBeRecentlyUsed
           
static class UserPasswordException.MustNotBeTrivial
           
static class UserPasswordException.MustNotContainDictionaryWords
           
 
Field Summary
static int PASSWORD_ALREADY_USED
          Deprecated. 
static int PASSWORD_CONTAINS_TRIVIAL_WORDS
          Deprecated. 
static int PASSWORD_INVALID
          Deprecated. 
static int PASSWORD_LENGTH
          Deprecated. 
static int PASSWORD_NOT_CHANGEABLE
          Deprecated. 
static int PASSWORD_SAME_AS_CURRENT
          Deprecated. 
static int PASSWORD_TOO_TRIVIAL
          Deprecated. 
static int PASSWORD_TOO_YOUNG
          Deprecated. 
static int PASSWORDS_DO_NOT_MATCH
          Deprecated. 
 
Constructor Summary
UserPasswordException(int type)
          Deprecated. As of 7.0.0, replaced by the inner classes
 
Method Summary
 int getType()
          Deprecated. As of 7.0.0, replaced by the inner classes
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

@Deprecated
public static final int PASSWORD_ALREADY_USED
Deprecated. 
See Also:
Constant Field Values

PASSWORD_CONTAINS_TRIVIAL_WORDS

@Deprecated
public static final int PASSWORD_CONTAINS_TRIVIAL_WORDS
Deprecated. 
See Also:
Constant Field Values

PASSWORD_INVALID

@Deprecated
public static final int PASSWORD_INVALID
Deprecated. 
See Also:
Constant Field Values

PASSWORD_LENGTH

@Deprecated
public static final int PASSWORD_LENGTH
Deprecated. 
See Also:
Constant Field Values

PASSWORD_NOT_CHANGEABLE

@Deprecated
public static final int PASSWORD_NOT_CHANGEABLE
Deprecated. 
See Also:
Constant Field Values

PASSWORD_SAME_AS_CURRENT

@Deprecated
public static final int PASSWORD_SAME_AS_CURRENT
Deprecated. 
See Also:
Constant Field Values

PASSWORD_TOO_TRIVIAL

@Deprecated
public static final int PASSWORD_TOO_TRIVIAL
Deprecated. 
See Also:
Constant Field Values

PASSWORD_TOO_YOUNG

@Deprecated
public static final int PASSWORD_TOO_YOUNG
Deprecated. 
See Also:
Constant Field Values

PASSWORDS_DO_NOT_MATCH

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

UserPasswordException

@Deprecated
public UserPasswordException(int type)
Deprecated. As of 7.0.0, replaced by the inner classes

Method Detail

getType

@Deprecated
public int getType()
Deprecated. As of 7.0.0, replaced by the inner classes


Liferay 7.0-ce-b4