Class ScheduleServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.internal.schedule.ScheduleServiceException
All Implemented Interfaces:
Serializable

public class ScheduleServiceException extends RuntimeException
This exception is thrown to indicate a problem with scheduling.
See Also:
  • Constructor Details

    • ScheduleServiceException

      public ScheduleServiceException(String message)
      Constructor.
      Parameters:
      message - is the error message
    • ScheduleServiceException

      public ScheduleServiceException(String message, Throwable cause)
      Constructor for an inner exception and message.
      Parameters:
      message - is the error message
      cause - is the inner exception
    • ScheduleServiceException

      public ScheduleServiceException(Throwable cause)
      Constructor.
      Parameters:
      cause - is the inner exception