Class InvalidResetPasswordTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
- All Implemented Interfaces:
Serializable
Thrown when an invalid reset password token is provided.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.InvalidResetPasswordTokenException
(String s, Throwable throwable) Default constructor.InvalidResetPasswordTokenException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResetPasswordTokenException
public InvalidResetPasswordTokenException()Default constructor. -
InvalidResetPasswordTokenException
Default constructor.- Parameters:
s
- The message.
-
InvalidResetPasswordTokenException
Default constructor.- Parameters:
s
- The message.throwable
- theException
.
-
InvalidResetPasswordTokenException
Default constructor.- Parameters:
throwable
- theException
.
-