Class SchedulerServiceException

All Implemented Interfaces:
Serializable

public class SchedulerServiceException extends CoreServiceException
The Class SchedulerServiceException.
Since:
2.0.0
See Also:
  • Constructor Details

    • SchedulerServiceException

      public SchedulerServiceException()
      Simple constructor.
    • SchedulerServiceException

      public SchedulerServiceException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • SchedulerServiceException

      public SchedulerServiceException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • SchedulerServiceException

      public SchedulerServiceException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message
      Parameters:
      msg - the message
      cause - the real cause of the exception