public final class InvalidProxyChainTicketValidationException extends TicketValidationException
| Constructor and Description |
|---|
InvalidProxyChainTicketValidationException(String string)
Constructs an exception with the supplied message.
|
InvalidProxyChainTicketValidationException(String string,
Throwable throwable)
Constructs an exception with the supplied message and chained throwable.
|
InvalidProxyChainTicketValidationException(Throwable throwable)
Constructs an exception with the chained throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidProxyChainTicketValidationException(String string)
string - the supplied message.public InvalidProxyChainTicketValidationException(String string, Throwable throwable)
string - the message.throwable - the root exception.public InvalidProxyChainTicketValidationException(Throwable throwable)
throwable - the root exception.Copyright © 2006-2014 Jasig. All Rights Reserved.