public class TicketValidationException extends Exception
Constructor and Description |
---|
TicketValidationException(String string)
Constructs an exception with the supplied message.
|
TicketValidationException(String string,
Throwable throwable)
Constructs an exception with the supplied message and chained throwable.
|
TicketValidationException(Throwable throwable)
Constructs an exception with the chained throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TicketValidationException(String string)
string
- the messagepublic TicketValidationException(String string, Throwable throwable)
string
- the messagethrowable
- the original exceptionpublic TicketValidationException(Throwable throwable)
throwable
- the original exception.Copyright © 2006–2017 Jasig. All rights reserved.