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

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

public class TicketException
extends java.lang.Exception

Represents exceptions related to CAS tickets.

See Also:
Serialized Form

Constructor Summary
TicketException()
           
TicketException(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

TicketException

public TicketException()

TicketException

public TicketException(java.lang.String s)