Class RetriableRemoteStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.kafka.server.log.remote.storage.RemoteStorageException
org.apache.kafka.server.log.remote.storage.RetriableRemoteStorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RemoteStorageNotReadyException
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 Summary
ConstructorsConstructorDescriptionRetriableRemoteStorageException(String message) RetriableRemoteStorageException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetriableRemoteStorageException
-
RetriableRemoteStorageException
-
RetriableRemoteStorageException
-