org.jasig.cas.ticket
Class InvalidTicketException

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.InvalidTicketException
All Implemented Interfaces:
java.io.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: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

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

InvalidTicketException

public InvalidTicketException()
Constructs a InvalidTicketException with the default exception code.


InvalidTicketException

public InvalidTicketException(java.lang.Throwable throwable)
Constructs a InvalidTicketException with the default exception code and the original exception that was thrown.

Parameters:
throwable - the chained exception


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