org.jasig.schedassist
Class NoAppointmentExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.schedassist.SchedulingException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.