Class RemoteStorageNotReadyException

All Implemented Interfaces:
Serializable

public class RemoteStorageNotReadyException extends RetriableRemoteStorageException
This exception is thrown when a remote storage operation cannot proceed because the remote storage is not ready. This may occur in situations where the remote storage (or) metadata layer is initializing, unreachable, or temporarily unavailable.

Instances of this exception indicate that the error is retriable, and the operation might succeed if attempted again when the remote storage (or) metadata layer becomes operational.

See Also:
  • Constructor Details

    • RemoteStorageNotReadyException

      public RemoteStorageNotReadyException(String message)
    • RemoteStorageNotReadyException

      public RemoteStorageNotReadyException(String message, Throwable cause)
    • RemoteStorageNotReadyException

      public RemoteStorageNotReadyException(Throwable cause)