Class ScheduleParameterException

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

public class ScheduleParameterException extends Exception
This exception is thrown to indicate a problem with schedule parameters.
See Also:
  • Constructor Details

    • ScheduleParameterException

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

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

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