Package org.apache.kafka.common.errors
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
,CoordinatorNotAvailableException
,CorruptRecordException
,DisconnectException
,FetchSessionIdNotFoundException
,FetchSessionTopicIdException
,InvalidFetchSessionEpochException
,InvalidMetadataException
,NotControllerException
,NotCoordinatorException
,NotEnoughReplicasAfterAppendException
,NotEnoughReplicasException
,OffsetNotAvailableException
,RetriableCommitFailedException
,ThrottlingQuotaExceededException
,TimeoutException
,UnknownLeaderEpochException
,UnstableOffsetCommitException
A retriable exception is a transient exception that if retried may succeed.
- See Also:
-
Constructor Summary
ConstructorDescriptionRetriableException
(String message) RetriableException
(String message, Throwable cause) RetriableException
(Throwable cause) -
Method Summary
Methods inherited from class org.apache.kafka.common.errors.ApiException
fillInStackTrace
Methods 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()
-