|
||||||||||
| 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
org.jasig.cas.client.validation.InvalidProxyChainTicketValidationException
public final class InvalidProxyChainTicketValidationException
Exception denotes that an invalid proxy chain was sent from the CAS server to the local application.
| Constructor Summary | |
|---|---|
InvalidProxyChainTicketValidationException(java.lang.String string)
Constructs an exception with the supplied message. |
|
InvalidProxyChainTicketValidationException(java.lang.String string,
java.lang.Throwable throwable)
Constructs an exception with the supplied message and chained throwable. |
|
InvalidProxyChainTicketValidationException(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 InvalidProxyChainTicketValidationException(java.lang.String string)
string - the supplied message.
public InvalidProxyChainTicketValidationException(java.lang.String string,
java.lang.Throwable throwable)
string - the message.throwable - the root exception.public InvalidProxyChainTicketValidationException(java.lang.Throwable throwable)
throwable - the root exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||