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

public class ResetPasswordException extends RuntimeException
Exception to be used when a failure occurs somewhere in the reset password flow for a user.
See Also:
  • Constructor Details

    • ResetPasswordException

      public ResetPasswordException()
    • ResetPasswordException

      public ResetPasswordException(String message)
    • ResetPasswordException

      public ResetPasswordException(String message, Throwable cause)
    • ResetPasswordException

      public ResetPasswordException(Throwable cause)
    • ResetPasswordException

      protected ResetPasswordException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)