|
||||||||||
| 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.exception.InvalidTokenException
public class InvalidTokenException
Thrown when an invalid token is provided.
| Constructor Summary | |
|---|---|
InvalidTokenException()
Default constructor. |
|
InvalidTokenException(java.lang.String s)
|
|
InvalidTokenException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
InvalidTokenException(java.lang.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 InvalidTokenException()
public InvalidTokenException(java.lang.String s)
public InvalidTokenException(java.lang.String s,
java.lang.Throwable throwable)
s - The message.throwable - the Exception.public InvalidTokenException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||