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:
- java.io.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
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContentStoreException
public ContentStoreException(java.lang.String message)
ContentStoreException
public ContentStoreException(java.lang.String message,
java.lang.Throwable throwable)
ContentStoreException
public ContentStoreException(java.lang.Throwable throwable)
ContentStoreException
public ContentStoreException(java.lang.String message,
java.lang.Throwable t,
java.lang.String messageKey)
ContentStoreException
public ContentStoreException(java.lang.String task,
java.lang.String spaceId,
java.lang.Throwable t)
ContentStoreException
public ContentStoreException(java.lang.String task,
java.lang.String spaceId,
java.lang.String contentId,
java.lang.Throwable t)
Copyright © 2009-2011 DuraSpace. All Rights Reserved.