Package org.duracloud.durastore.error
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.durastore.error.ResourceException
- All Implemented Interfaces:
Serializable,MessageFormattable
- Direct Known Subclasses:
ResourceChecksumException,ResourceNotFoundException,ResourcePropertiesInvalidException,ResourceStateException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceException(String message) ResourceException(String task, String srcStoreName, String srcSpaceId, String srcContentId, String destStoreName, String destSpaceId, String destContentId, Throwable t) ResourceException(String task, String srcSpaceId, String srcContentId, String destSpaceId, String destContentId, Throwable t) ResourceException(String task, String spaceId, String contentId, Throwable t) ResourceException(String task, String spaceId, Throwable t) ResourceException(String message, Throwable t) -
Method Summary
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
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
-
ResourceException
-
ResourceException
-
ResourceException
-
ResourceException
-
ResourceException
-
ResourceException
-