Class InvalidJobException

All Implemented Interfaces:
Serializable

public class InvalidJobException extends JobManagerException
See Also:
  • Constructor Details

    • InvalidJobException

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

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

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

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