|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.cas.ticket.TicketException
org.jasig.cas.ticket.TicketCreationException
public class TicketCreationException
Exception thrown if there is an error creating a ticket.
| Constructor Summary | |
|---|---|
TicketCreationException()
Constructs a TicketCreationException with the default exception code. |
|
TicketCreationException(java.lang.Throwable throwable)
Constructs a TicketCreationException with the default exception code and the original exception that was thrown. |
|
| Method Summary |
|---|
| Methods inherited from class org.jasig.cas.ticket.TicketException |
|---|
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 TicketCreationException()
public TicketCreationException(java.lang.Throwable throwable)
throwable - the chained exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||