Package org.duracloud.mill.dup
Class DuplicationTaskExecutionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.mill.workman.TaskExecutionFailedException
-
- org.duracloud.mill.dup.DuplicationTaskExecutionFailedException
-
- All Implemented Interfaces:
Serializable
public class DuplicationTaskExecutionFailedException extends TaskExecutionFailedException
- Author:
- Bill Branan Date: 10/22/13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicationTaskExecutionFailedException(String message)DuplicationTaskExecutionFailedException(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
-
-