Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserPasswordException.MustMatchCurrentPassword

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
                      extended by com.liferay.portal.exception.UserPasswordException.MustMatchCurrentPassword
All Implemented Interfaces:
Serializable
Enclosing class:
UserPasswordException

public static class UserPasswordException.MustMatchCurrentPassword
extends UserPasswordException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.exception.UserPasswordException
UserPasswordException.MustBeLonger, UserPasswordException.MustComplyWithModelListeners, UserPasswordException.MustComplyWithRegex, UserPasswordException.MustMatch, UserPasswordException.MustMatchCurrentPassword, UserPasswordException.MustNotBeChanged, UserPasswordException.MustNotBeChangedYet, UserPasswordException.MustNotBeEqualToCurrent, UserPasswordException.MustNotBeNull, UserPasswordException.MustNotBeRecentlyUsed, UserPasswordException.MustNotBeTrivial, UserPasswordException.MustNotContainDictionaryWords
 
Field Summary
 long userId
           
 
Fields inherited from class com.liferay.portal.exception.UserPasswordException
PASSWORD_ALREADY_USED, PASSWORD_CONTAINS_TRIVIAL_WORDS, PASSWORD_INVALID, PASSWORD_LENGTH, PASSWORD_NOT_CHANGEABLE, PASSWORD_SAME_AS_CURRENT, PASSWORD_TOO_TRIVIAL, PASSWORD_TOO_YOUNG, PASSWORDS_DO_NOT_MATCH
 
Constructor Summary
UserPasswordException.MustMatchCurrentPassword(long userId)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.exception.UserPasswordException
getType
 
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

userId

public final long userId
Constructor Detail

UserPasswordException.MustMatchCurrentPassword

public UserPasswordException.MustMatchCurrentPassword(long userId)

Liferay 7.0-ce-b4