Package org.duracloud.storage.error
Class UnsupportedTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.duracloud.common.error.DuraCloudRuntimeException
-
- org.duracloud.storage.error.TaskException
-
- org.duracloud.storage.error.UnsupportedTaskException
-
- All Implemented Interfaces:
Serializable,MessageFormattable
public class UnsupportedTaskException extends TaskException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTaskException(String task)Indicates that a requested task is not supportedUnsupportedTaskException(String task, String message)Indicates that the use of a task is not supported
-
Method Summary
-
Methods inherited from class org.duracloud.common.error.DuraCloudRuntimeException
getArgs, getFormattedMessage, getKey, setArgs
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedTaskException
public UnsupportedTaskException(String task)
Indicates that a requested task is not supported- Parameters:
task- name of task
-
-