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

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

public class DuplicateTicketException
extends TicketException

A cache may throw DuplicateTicketException if it encounters an attempt to add a duplicate ticket.

See Also:
Serialized Form

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

DuplicateTicketException

public DuplicateTicketException()