Class SchedulerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.scheduler.api.SchedulerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchedulerConflictException

public class SchedulerException extends Exception
Thrown when a scheduled event can not be saved or loaded from persistence.
See Also:
  • Constructor Details

    • SchedulerException

      public SchedulerException(String message, Throwable cause)
      Build a new scheduler exception with a message and an original cause.
      Parameters:
      message - the error message
      cause - the original exception causing this scheduler exception to be thrown
    • SchedulerException

      public SchedulerException(Throwable cause)
      Build a new scheduler exception from the original cause.
      Parameters:
      cause - the original exception causing this scheduler exception to be thrown
    • SchedulerException

      public SchedulerException(String message)
      Build a new scheduler exception with a message
      Parameters:
      message - the error message