Class ResetPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.user.service.password.ResetPasswordException
- All Implemented Interfaces:
Serializable
Exception to be used when a failure occurs somewhere in the reset password flow for a user.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionResetPasswordException
(String message) ResetPasswordException
(String message, Throwable cause) protected
ResetPasswordException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ResetPasswordException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResetPasswordException
public ResetPasswordException() -
ResetPasswordException
-
ResetPasswordException
-
ResetPasswordException
-
ResetPasswordException
-