org.jasig.schedassist
Class MeetingLimitExceededException

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

public class MeetingLimitExceededException
extends SchedulingException

Subclass of SchedulingException thrown when a IScheduleVisitor attempts to create an appointment with a IScheduleOwner that has a defined meeting limit that the IScheduleVisitor has already met (or exceeds).

Version:
$Id: MeetingLimitExceededException.java 1527 2010-01-20 19:24:16Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

MeetingLimitExceededException

public MeetingLimitExceededException()

MeetingLimitExceededException

public MeetingLimitExceededException(String message)
Parameters:
message -

MeetingLimitExceededException

public MeetingLimitExceededException(Throwable cause)
Parameters:
cause -

MeetingLimitExceededException

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


Copyright © 2012 Jasig. All Rights Reserved.