org.jasig.schedassist
Class SchedulingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.schedassist.SchedulingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConflictExistsException, MeetingLimitExceededException, NoAppointmentExistsException

public class SchedulingException
extends Exception

Can be thrown by SchedulingAssistantService from an attempt to create an appointment on an already busy calendar.

Version:
$Id: SchedulingException.java 1710 2010-02-15 16:19:35Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

SchedulingException

public SchedulingException()

SchedulingException

public SchedulingException(String message)
Parameters:
message -

SchedulingException

public SchedulingException(Throwable cause)
Parameters:
cause -

SchedulingException

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


Copyright © 2011 Jasig. All Rights Reserved.