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,- 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 SummaryConstructorsConstructorDescriptionRetriableException(String message) RetriableException(String message, Throwable cause) RetriableException(Throwable cause) 
- 
Method SummaryMethods inherited from class org.apache.kafka.common.errors.ApiExceptionfillInStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RetriableException
- 
RetriableException
- 
RetriableException
- 
RetriableExceptionpublic RetriableException()
 
-