Class ContentAddressableStorageServerException

All Implemented Interfaces:
Serializable

public class ContentAddressableStorageServerException extends ContentAddressableStorageException
Thrown when the workspace client server is unavailable
See Also:
  • Constructor Details

    • ContentAddressableStorageServerException

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

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

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