|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
public class InvalidResetPasswordTokenException
Thrown when an invalid reset password token is provided.
| Constructor Summary | |
|---|---|
InvalidResetPasswordTokenException()
Default constructor. |
|
InvalidResetPasswordTokenException(String s)
Default constructor. |
|
InvalidResetPasswordTokenException(String s,
Throwable throwable)
Default constructor. |
|
InvalidResetPasswordTokenException(Throwable throwable)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidResetPasswordTokenException()
public InvalidResetPasswordTokenException(String s)
s - The message.
public InvalidResetPasswordTokenException(String s,
Throwable throwable)
s - The message.throwable - the Exception.public InvalidResetPasswordTokenException(Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||