Package de.uka.ipd.sdq.workflow.jobs
Class JobFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.JobFailedException
- All Implemented Interfaces:
Serializable
Exception to be thrown if the execute method of a job terminates unrecoverable.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new job failed exception.JobFailedException
(String string) Instantiates a new job failed exception.JobFailedException
(String string, Throwable e) Instantiates a new job failed exception.Instantiates a new job failed exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobFailedException
public JobFailedException()Instantiates a new job failed exception. -
JobFailedException
Instantiates a new job failed exception.- Parameters:
string
- the string
-
JobFailedException
Instantiates a new job failed exception.- Parameters:
string
- the stringe
- the e
-
JobFailedException
Instantiates a new job failed exception.- Parameters:
e
- the e
-