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