Class ResetPasswordException

  • All Implemented Interfaces:
    Serializable

    @Unstable
    public class ResetPasswordException
    extends Exception
    This class aims at holding any exception that might occur during a reset password process.
    Since:
    13.1RC1
    Version:
    $Id: b5abc571c34cfa95679c51bf013c52cb9dc03496 $
    See Also:
    Serialized Form
    • Constructor Detail

      • ResetPasswordException

        public ResetPasswordException​(String message)
        Default constructor.
        Parameters:
        message - end-user message about the problem.
      • ResetPasswordException

        public ResetPasswordException​(String message,
                                      Throwable throwable)
        Constructor in case of parent exception.
        Parameters:
        message - end-user message about the problem.
        throwable - parent exception.