org.jasig.schedassist
Class ConflictExistsException

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

public class ConflictExistsException
extends SchedulingException

Exception that signals a conflict exists within the schedule.\ Most likely thrown when attempting to schedule an appointment and the time is no longer available.

Version:
$Header: ConflictExistsException.java $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

ConflictExistsException

public ConflictExistsException()

ConflictExistsException

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

ConflictExistsException

public ConflictExistsException(String message)
Parameters:
message -

ConflictExistsException

public ConflictExistsException(Throwable cause)
Parameters:
cause -


Copyright © 2011 Jasig. All Rights Reserved.