Class SchedulerException

  • All Implemented Interfaces:
    Serializable

    public class SchedulerException
    extends org.silverpeas.kernel.SilverpeasException
    Exception thrown when an error occurs within the scheduler.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchedulerException

        public SchedulerException​(String aMessage)
        Constructs a SchedulerException with the specified message.
        Parameters:
        aMessage - the message about that exception.
      • SchedulerException

        public SchedulerException​(Throwable cause)
        Constructs a SchedulerException with the specified cause.
        Parameters:
        cause - the exception that caused this one.
      • SchedulerException

        public SchedulerException​(String message,
                                  Throwable cause)
        Constructs a SchedulerException with the specified message and cause.
        Parameters:
        message - a message about that exception.
        cause - the exception that caused this one.