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, org.duracloud.common.error.MessageFormattable
- Direct Known Subclasses:
- InvalidIdException, NotFoundException, UnauthorizedException, UnsupportedTaskException
public class ContentStoreException
- extends org.duracloud.common.error.DuraCloudCheckedException
Exception thrown by the ContentStore.
- Author:
- Bill Branan
- See Also:
- Serialized Form
Constructor Summary |
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)
|
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException |
getArgs, getFormattedMessage, getKey, setArgs |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContentStoreException
public ContentStoreException(String message)
ContentStoreException
public ContentStoreException(String message,
Throwable throwable)
ContentStoreException
public ContentStoreException(Throwable throwable)
ContentStoreException
public ContentStoreException(String message,
Throwable t,
String messageKey)
ContentStoreException
public ContentStoreException(String task,
String spaceId,
Throwable t)
ContentStoreException
public ContentStoreException(String task,
String spaceId,
String contentId,
Throwable t)
ContentStoreException
public ContentStoreException(String task,
String srcSpaceId,
String srcContentId,
String destSpaceId,
String destContentId,
Throwable t)
Copyright © 2009-2012 DuraSpace. All Rights Reserved.