Class JobFailedException

  • All Implemented Interfaces:
    Serializable

    public class JobFailedException
    extends Exception
    Exception to be thrown if the execute method of a job terminates unrecoverable.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobFailedException

        public JobFailedException()
        Instantiates a new job failed exception.
      • JobFailedException

        public JobFailedException​(String string)
        Instantiates a new job failed exception.
        Parameters:
        string - the string
      • JobFailedException

        public JobFailedException​(String string,
                                  Throwable e)
        Instantiates a new job failed exception.
        Parameters:
        string - the string
        e - the e
      • JobFailedException

        public JobFailedException​(CoreException e)
        Instantiates a new job failed exception.
        Parameters:
        e - the e