org.jasig.cas.ticket
Class TicketValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.cas.ticket.TicketException
org.jasig.cas.ticket.TicketValidationException
- All Implemented Interfaces:
- Serializable
public class TicketValidationException
- extends TicketException
Exception to alert that there was an error validating the ticket.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
|
Constructor Summary |
TicketValidationException(Service service)
Constructs a TicketValidationException 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 |
TicketValidationException
public TicketValidationException(Service service)
- Constructs a TicketValidationException with the default exception code
and the original exception that was thrown.
- Parameters:
throwable - the chained exception
getOriginalService
public Service getOriginalService()
Copyright © 2004-2013 Jasig. All Rights Reserved.