Class ContentAddressableStorageZipException

All Implemented Interfaces:
Serializable

public class ContentAddressableStorageZipException extends ContentAddressableStorageException
Thrown when there is an error on a zip file resource (format, etc).
See Also:
  • Constructor Details

    • ContentAddressableStorageZipException

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

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

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