|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jasig.cas.ticket.TicketException
Generic ticket exception. Top of the TicketException heirarchy.
Constructor Summary | |
TicketException(java.lang.String code)
Constructs a new TicketException with the code identifying the exception type. |
|
TicketException(java.lang.String code,
java.lang.Throwable throwable)
Constructs a new TicketException with the code identifying the exception and the original Throwable. |
Method Summary | |
java.lang.String |
getCode()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TicketException(java.lang.String code)
code
- the code to describe what type of exception this is.public TicketException(java.lang.String code, java.lang.Throwable throwable)
code
- the code to describe what type of exception this is.throwable
- the original exception we are chaining.Method Detail |
public final java.lang.String getCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |