|
||||||||||
| 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.jasig.cas.client.validation.TicketValidationException
public class TicketValidationException
Generic exception to be thrown when ticket validation fails.
| Constructor Summary | |
|---|---|
TicketValidationException(java.lang.String string)
Constructs an exception with the supplied message. |
|
TicketValidationException(java.lang.String string,
java.lang.Throwable throwable)
Constructs an exception with the supplied message and chained throwable. |
|
TicketValidationException(java.lang.Throwable throwable)
Constructs an exception with the chained throwable. |
|
| 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 TicketValidationException(java.lang.String string)
string - the message
public TicketValidationException(java.lang.String string,
java.lang.Throwable throwable)
string - the messagethrowable - the original exceptionpublic TicketValidationException(java.lang.Throwable throwable)
throwable - the original exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||