Package org.duracloud.error
Class ContentStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.error.ContentStoreException
- All Implemented Interfaces:
Serializable,MessageFormattable
- Direct Known Subclasses:
ContentStateException,InvalidIdException,NotFoundException,NotImplementedException,UnauthorizedException,UnsupportedTaskException
Exception thrown by the ContentStore.
- Author:
- Bill Branan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentStoreException(String message) ContentStoreException(String task, String srcSpaceId, String srcContentId, String destSpaceId, String destContentId, Throwable t) ContentStoreException(String task, String spaceId, String contentId, Throwable t) ContentStoreException(String task, String spaceId, Throwable t) ContentStoreException(String message, Throwable throwable) ContentStoreException(String message, Throwable t, String messageKey) ContentStoreException(Throwable throwable) -
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
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-