public abstract class TicketException extends Exception
| Constructor and Description |
|---|
TicketException(String code)
Constructs a new TicketException with the code identifying the exception
type.
|
TicketException(String code,
Throwable throwable)
Constructs a new TicketException with the code identifying the exception
and the original Throwable.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TicketException(String code)
code - the code to describe what type of exception this is.public final String getCode()
Copyright © 2004-2012 Jasig. All Rights Reserved.