|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.silverpeas.token.exception.TokenException
public class TokenException
The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
| Constructor Summary | |
|---|---|
TokenException()
Creates a new instance of TokenException without detail message. |
|
TokenException(String msg)
Constructs an instance of TokenException with the specified detail message. |
|
TokenException(String message,
Throwable cause)
Constructs an instance of TokenException with the specified detail message and
with the specified cause. |
|
| 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 TokenException()
TokenException without detail message.
public TokenException(String msg)
TokenException with the specified detail message.
msg - the detail message.
public TokenException(String message,
Throwable cause)
TokenException with the specified detail message and
with the specified cause.
message - the detail message.cause - the cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||