public class InvalidResetPasswordTokenException extends Exception
| Constructor and Description |
|---|
InvalidResetPasswordTokenException()
Default constructor.
|
InvalidResetPasswordTokenException(String s)
Default constructor.
|
InvalidResetPasswordTokenException(String s,
Throwable throwable)
Default constructor.
|
InvalidResetPasswordTokenException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidResetPasswordTokenException()
public InvalidResetPasswordTokenException(String s)
s - The message.public InvalidResetPasswordTokenException(String s, Throwable throwable)
s - The message.throwable - the Exception.Copyright © 2019 Atlassian. All rights reserved.