Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserPasswordException.MustNotBeChangedYet

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.MustNotBeChangedYet
All Implemented Interfaces:
Serializable
Enclosing class:
UserPasswordException

public static class UserPasswordException.MustNotBeChangedYet
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
 Date changeableDate
           
 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.MustNotBeChangedYet(long userId, Date changeableDate)
           
 
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

changeableDate

public final Date changeableDate

userId

public long userId
Constructor Detail

UserPasswordException.MustNotBeChangedYet

public UserPasswordException.MustNotBeChangedYet(long userId,
                                                 Date changeableDate)

Liferay 7.0-ce-b4