com.espertech.esper.schedule
Class ScheduleServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.schedule.ScheduleServiceException
All Implemented Interfaces:
java.io.Serializable

public class ScheduleServiceException
extends java.lang.RuntimeException

This exception is thrown to indicate a problem with scheduling.

See Also:
Serialized Form

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

ScheduleServiceException

public ScheduleServiceException(java.lang.String message)
Constructor.

Parameters:
message - is the error message

ScheduleServiceException

public ScheduleServiceException(java.lang.String message,
                                java.lang.Throwable cause)
Constructor for an inner exception and message.

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

ScheduleServiceException

public ScheduleServiceException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - is the inner exception

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com