Class JobFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.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:
  • Constructor Details

    • 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