public class InvalidTicketException extends TicketException
| Constructor and Description |
|---|
InvalidTicketException(String ticketId)
Constructs a InvalidTicketException with the default exception code.
|
InvalidTicketException(Throwable throwable,
String ticketId)
Constructs a InvalidTicketException with the default exception code and
the original exception that was thrown.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the ticket id that causes this exception.
|
getCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidTicketException(String ticketId)
ticketId - the ticket id that originally caused this exception to be thrown.public InvalidTicketException(Throwable throwable, String ticketId)
throwable - the chained exceptionticketId - the ticket id that originally caused this exception to be thrown.public String getMessage()
getMessage in class ThrowableticketIdCopyright © 2004-2014 Jasig. All Rights Reserved.