Class ScheduleException

All Implemented Interfaces:
Serializable

public class ScheduleException extends RBEConfigObjectException
Signals that an error occurred while processing schedule.
See Also:
  • Constructor Details

    • ScheduleException

      public ScheduleException(String sMsg)
      Constructs a ScheduleException with the specified detail message.
    • ScheduleException

      protected ScheduleException(Exception e)
      Constructs a ScheduleException using the detail message from the specified exception.