Class ContentAddressableStorageAlreadyExistException

All Implemented Interfaces:
Serializable

public class ContentAddressableStorageAlreadyExistException extends ContentAddressableStorageException
Thrown when creating a resource (Container, Folder) that already exists.
See Also:
  • Constructor Details

    • ContentAddressableStorageAlreadyExistException

      public ContentAddressableStorageAlreadyExistException(String message)
      Constructor
      Parameters:
      message - as String message to associate with the exception
    • ContentAddressableStorageAlreadyExistException

      public ContentAddressableStorageAlreadyExistException(Throwable cause)
      Constructor
      Parameters:
      cause - as String to associate with the exception
    • ContentAddressableStorageAlreadyExistException

      public ContentAddressableStorageAlreadyExistException(String message, Throwable cause)
      Constructor
      Parameters:
      message - : message to associate with the exception
      cause - : cause to associate with the exception