Class ContentAddressableStorageNotFoundException

All Implemented Interfaces:
Serializable

public class ContentAddressableStorageNotFoundException extends ContentAddressableStorageException
Thrown when a resource (Container, Folder) cannot be located.
See Also:
  • Constructor Details

    • ContentAddressableStorageNotFoundException

      public ContentAddressableStorageNotFoundException(String message)
      Constructor
      Parameters:
      message - to associate with a new ContentAddressableStorageNotFoundException
    • ContentAddressableStorageNotFoundException

      public ContentAddressableStorageNotFoundException(Throwable cause)
      Constructor
      Parameters:
      cause - cause to associate with the exception
    • ContentAddressableStorageNotFoundException

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