org.jasig.cas.ticket
Class InvalidTicketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.cas.ticket.TicketException
org.jasig.cas.ticket.InvalidTicketException
- All Implemented Interfaces:
- Serializable
public class InvalidTicketException
- extends TicketException
TicketException to alert that a Ticket was not found or that it is expired.
- Since:
- 3.0
- Version:
- $Revison$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidTicketException()
Constructs a InvalidTicketException with the default exception code. |
InvalidTicketException(Throwable throwable)
Constructs a InvalidTicketException with the default exception code and
the original exception that was thrown. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTicketException
public InvalidTicketException()
- Constructs a InvalidTicketException with the default exception code.
InvalidTicketException
public InvalidTicketException(Throwable throwable)
- Constructs a InvalidTicketException with the default exception code and
the original exception that was thrown.
- Parameters:
throwable - the chained exception
Copyright © 2004-2013 Jasig. All Rights Reserved.