public class TicketCreationException extends TicketException
| Constructor and Description |
|---|
TicketCreationException()
Constructs a TicketCreationException with the default exception code.
|
TicketCreationException(Throwable throwable)
Constructs a TicketCreationException 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 TicketCreationException()
public TicketCreationException(Throwable throwable)
throwable - the chained exceptionCopyright © 2004-2012 Jasig. All Rights Reserved.