Class RetriableRemoteStorageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteStorageNotReadyException

public class RetriableRemoteStorageException extends RemoteStorageException
Represents an exception that indicates a retriable error occurred during remote storage operations. This exception is thrown when an operation against a remote storage system has failed due to transient or temporary issues, and the operation has a reasonable chance of succeeding if retried.
See Also:
  • Constructor Details

    • RetriableRemoteStorageException

      public RetriableRemoteStorageException(String message)
    • RetriableRemoteStorageException

      public RetriableRemoteStorageException(String message, Throwable cause)
    • RetriableRemoteStorageException

      public RetriableRemoteStorageException(Throwable cause)