net.esper.schedule
Class ScheduleHandleExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.esper.schedule.ScheduleServiceException
                  extended by net.esper.schedule.ScheduleHandleExistsException
All Implemented Interfaces:
Serializable

public final class ScheduleHandleExistsException
extends ScheduleServiceException

This exception is thrown to indicate trying to add a scheduling callback that already existed.

See Also:
Serialized Form

Constructor Summary
ScheduleHandleExistsException(String message)
          Constructor.
ScheduleHandleExistsException(String message, Throwable cause)
          Constructor for an inner exception and message.
ScheduleHandleExistsException(Throwable cause)
          Constructor.
 
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

ScheduleHandleExistsException

public ScheduleHandleExistsException(String message)
Constructor.

Parameters:
message - is the error message

ScheduleHandleExistsException

public ScheduleHandleExistsException(String message,
                                     Throwable cause)
Constructor for an inner exception and message.

Parameters:
message - is the error message
cause - is the inner exception

ScheduleHandleExistsException

public ScheduleHandleExistsException(Throwable cause)
Constructor.

Parameters:
cause - is the inner exception

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com