|
||||||||||
| 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.InvalidTicketException
public class InvalidTicketException
TicketException to alert that a Ticket was not found or that it is expired.
| Constructor Summary | |
|---|---|
InvalidTicketException()
Constructs a InvalidTicketException with the default exception code. |
|
InvalidTicketException(java.lang.Throwable throwable)
Constructs a InvalidTicketException 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 InvalidTicketException()
public InvalidTicketException(java.lang.Throwable throwable)
throwable - the chained exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||