Class UpdatePasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.web.core.api.auth.password.UpdatePasswordException
- All Implemented Interfaces:
Serializable
Thrown in
PasswordUpdateService
when the supplied password is invalid- See Also:
-
Constructor Summary
ConstructorDescriptionUpdatePasswordException
(List<PasswordValidationResult.ValidationResultDetail> validationResults) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdatePasswordException
public UpdatePasswordException(List<PasswordValidationResult.ValidationResultDetail> validationResults)
-
-
Method Details
-
getValidationResults
-