Class 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:
  • Constructor Details

    • 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)