Class InvalidJobException

    • Constructor Detail

      • InvalidJobException

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

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

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

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