Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserPasswordException.MustComplyWithModelListeners

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

public static class UserPasswordException.MustComplyWithModelListeners
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
 ModelListenerException modelListenerException
           
 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.MustComplyWithModelListeners(long userId, ModelListenerException modelListenerException)
           
 
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

modelListenerException

public final ModelListenerException modelListenerException

userId

public final long userId
Constructor Detail

UserPasswordException.MustComplyWithModelListeners

public UserPasswordException.MustComplyWithModelListeners(long userId,
                                                          ModelListenerException modelListenerException)

Liferay 7.0-ce-b4