Class ResetPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.security.authentication.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 Summary
Constructors Constructor Description ResetPasswordException(String message)
Default constructor.ResetPasswordException(String message, Throwable throwable)
Constructor in case of parent exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResetPasswordException
public ResetPasswordException(String message)
Default constructor.- Parameters:
message
- end-user message about the problem.
-
-