org.jasig.cas.ticket
Class TicketValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.cas.ticket.TicketException
              extended by org.jasig.cas.ticket.TicketValidationException
All Implemented Interfaces:
java.io.Serializable

public class TicketValidationException
extends TicketException

Exception to alert that there was an error validating the ticket.

Since:
3.0
Version:
$Revision: 42230 $ $Date: 2007-07-18 09:20:06 -0400 (Wed, 18 Jul 2007) $
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.
 
Method Summary
 Service getOriginalService()
           
 
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

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
Method Detail

getOriginalService

public Service getOriginalService()


Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.