|
||||||||||
| 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
org.silverpeas.token.exception.TokenGenerationException
public class TokenGenerationException
An exception thrown when an error is encountered during the generation of a token.
| Constructor Summary | |
|---|---|
TokenGenerationException()
Creates a new instance of TokenGenerationException without detail message. |
|
TokenGenerationException(String msg)
Constructs an instance of TokenGenerationException with the specified detail
message. |
|
TokenGenerationException(String message,
Throwable cause)
Constructs an instance of TokenGenerationException 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 TokenGenerationException()
TokenGenerationException without detail message.
public TokenGenerationException(String msg)
TokenGenerationException with the specified detail
message.
msg - the detail message.
public TokenGenerationException(String message,
Throwable cause)
TokenGenerationException 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 | |||||||||