org.jasig.schedassist
Class NoAppointmentExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.schedassist.SchedulingException
              extended by org.jasig.schedassist.NoAppointmentExistsException
All Implemented Interfaces:
Serializable

public class NoAppointmentExistsException
extends SchedulingException

SchedulingException triggered when an attempt to cancel an appointment that doesn't exist is made.

Version:
$Id: NoAppointmentExistsException.java 765 2009-07-07 18:00:26Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Constructor Summary
NoAppointmentExistsException()
           
NoAppointmentExistsException(String message)
           
NoAppointmentExistsException(String message, Throwable cause)
           
NoAppointmentExistsException(Throwable cause)
           
 
Method Summary
 
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

NoAppointmentExistsException

public NoAppointmentExistsException()

NoAppointmentExistsException

public NoAppointmentExistsException(String message)
Parameters:
message -

NoAppointmentExistsException

public NoAppointmentExistsException(Throwable cause)
Parameters:
cause -

NoAppointmentExistsException

public NoAppointmentExistsException(String message,
                                    Throwable cause)
Parameters:
message -
cause -


Copyright © 2011 Jasig. All Rights Reserved.