edu.yale.its.tp.cas.ticket
Class InvalidTicketException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.yale.its.tp.cas.ticket.TicketException
                    |
                    +--edu.yale.its.tp.cas.ticket.InvalidTicketException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTicketException
extends TicketException

A cache may throw InvalidTicketException when it encounters a ticket inappropriate for the specific set of tickets it stores. For instance, an attempt to store an ST in a TGC cache might lead to an InvalidTicket Exception.

See Also:
Serialized Form

Constructor Summary
InvalidTicketException()
           
InvalidTicketException(java.lang.String s)
           
 
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()

InvalidTicketException

public InvalidTicketException(java.lang.String s)