Class RemoteStorageNotReadyException
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
org.apache.kafka.server.log.remote.storage.RemoteStorageNotReadyException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionRemoteStorageNotReadyException(String message) RemoteStorageNotReadyException(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
-
RemoteStorageNotReadyException
-
RemoteStorageNotReadyException
-
RemoteStorageNotReadyException
-