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
public class ContentStoreException extends DuraCloudCheckedException
Exception thrown by the ContentStore.- Author:
- Bill Branan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentStoreException(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, setArgs
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-