Class JobManagerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidJobException

public class JobManagerException extends GeneralException
Job Scheduler Exception
See Also:
  • Constructor Details

    • JobManagerException

      public JobManagerException()
      Creates new JobManagerException without detail message.
    • JobManagerException

      public JobManagerException(String msg)
      Constructs an JobManagerException with the specified detail message.
      Parameters:
      msg - the detail message.
    • JobManagerException

      public JobManagerException(Throwable nested)
      Constructs an JobManagerException with the specified detail message and nested Exception.
      Parameters:
      nested - the nested exception.
    • JobManagerException

      public JobManagerException(String msg, Throwable nested)
      Constructs an JobManagerException with the specified detail message and nested Exception.
      Parameters:
      msg - the detail message.
      nested - the nested exception.