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
public class CleanupFailedException extends Exception
Exception to be thrown if the cleanup method of a job terminates unrecoverable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanupFailedException()
Instantiates 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 Detail
-
CleanupFailedException
public CleanupFailedException()
Instantiates a new cleanup failed exception.
-
CleanupFailedException
public CleanupFailedException(String string)
Instantiates a new cleanup failed exception.- Parameters:
string
- the string
-
-