Class 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:
    Serialized Form
    • Constructor Detail

      • 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)