public class InvalidTicketException extends TicketException
| Constructor and Description |
|---|
InvalidTicketException()
Constructs a InvalidTicketException with the default exception code.
|
InvalidTicketException(Throwable throwable)
Constructs a InvalidTicketException with the default exception code and
the original exception that was thrown.
|
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTicketException()
public InvalidTicketException(Throwable throwable)
throwable - the chained exceptionCopyright © 2004-2012 Jasig. All Rights Reserved.