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