Class 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

public abstract class RetriableException extends ApiException
A retriable exception is a transient exception that if retried may succeed.
See Also:
  • Constructor Details

    • RetriableException

      public RetriableException(String message, Throwable cause)
    • RetriableException

      public RetriableException(String message)
    • RetriableException

      public RetriableException(Throwable cause)
    • RetriableException

      public RetriableException()