Package org.duracloud.mill.workman
Class TaskExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.mill.workman.TaskExecutionFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BitIntegrityCheckTaskExecutionFailedException,DuplicationTaskExecutionFailedException
- Author:
- Daniel Bernstein
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutionFailedException(String message) TaskExecutionFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskExecutionFailedException
public TaskExecutionFailedException() -
TaskExecutionFailedException
-
TaskExecutionFailedException
-