org.duracloud.error
Class ContentStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.duracloud.common.error.DuraCloudCheckedException
              extended by 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)
           
 
Method Summary
 
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
 

Constructor Detail

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.