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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndicates 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, setArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTaskException
Indicates that a requested task is not supported- Parameters:
task- name of task
-
UnsupportedTaskException
Indicates that the use of a task is not supported- Parameters:
task- name of taskmessage- reason for error
-