Class RetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.ApiException
org.apache.kafka.common.errors.RetriableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizerNotReadyException,ConcurrentTransactionsException,CoordinatorLoadInProgressException,CorruptRecordException,DisconnectException,FetchSessionIdNotFoundException,FetchSessionTopicIdException,InvalidFetchSessionEpochException,InvalidShareSessionEpochException,MetadataNotAvailableException,NotControllerException,NotEnoughReplicasAfterAppendException,NotEnoughReplicasException,OffsetNotAvailableException,RefreshRetriableException,RetriableCommitFailedException,ShareSessionLimitReachedException,ShareSessionNotFoundException,ThrottlingQuotaExceededException,TimeoutException,UnknownLeaderEpochException,UnstableOffsetCommitException
A retriable exception is a transient exception that if retried may succeed.
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionRetriableException(String message) RetriableException(String message, Throwable cause) RetriableException(Throwable cause) Method Summary
Methods inherited from class org.apache.kafka.common.errors.ApiException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
RetriableException
RetriableException
RetriableException
RetriableException
public RetriableException()