Class ContentAddressableStorageNotFoundException

    • Constructor Detail

      • ContentAddressableStorageNotFoundException

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

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

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