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:
CoordinatorLoadInProgressException
,CoordinatorNotAvailableException
,CorruptRecordException
,DisconnectException
,FetchSessionIdNotFoundException
,InvalidFetchSessionEpochException
,InvalidMetadataException
,NotControllerException
,NotCoordinatorException
,NotEnoughReplicasAfterAppendException
,NotEnoughReplicasException
,OffsetNotAvailableException
,RetriableCommitFailedException
,ThrottlingQuotaExceededException
,TimeoutException
,UnknownLeaderEpochException
,UnstableOffsetCommitException
public abstract class RetriableException extends ApiException
A retriable exception is a transient exception that if retried may succeed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetriableException()
RetriableException(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
-
-