Class ResetPasswordException

  • All Implemented Interfaces:
    Serializable

    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: ffed227e66931e5bfd6f8a26ab02c568a33849d0 $
    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.