|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectNestableException
com.atlassian.crowd.integration.exception.CrowdNestableException
com.atlassian.crowd.integration.exception.InvalidTokenException
public class InvalidTokenException
Thrown when an invalid token is provided.
| Constructor Summary | |
|---|---|
InvalidTokenException()
Default constructor. |
|
InvalidTokenException(String s)
Default constructor. |
|
InvalidTokenException(String s,
Throwable throwable)
Default constructor. |
|
InvalidTokenException(Throwable throwable)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException |
|---|
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidTokenException()
public InvalidTokenException(String s)
s - The message.
public InvalidTokenException(String s,
Throwable throwable)
s - The message.throwable - the Exception.public InvalidTokenException(Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||