Package de.uka.ipd.sdq.workflow.jobs
Class CleanupFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
- All Implemented Interfaces:
Serializable
Exception to be thrown if the cleanup method of a job terminates unrecoverable.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new cleanup failed exception.CleanupFailedException
(String string) Instantiates a new cleanup failed exception.CleanupFailedException
(String string, Throwable e) Instantiates a new cleanup 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
-
CleanupFailedException
public CleanupFailedException()Instantiates a new cleanup failed exception. -
CleanupFailedException
Instantiates a new cleanup failed exception.- Parameters:
string
- the string
-
CleanupFailedException
Instantiates a new cleanup failed exception.- Parameters:
string
- the stringe
- the e
-