CoordinatorLoadInProgressException
, CoordinatorNotAvailableException
, CorruptRecordException
, DisconnectException
, FetchSessionIdNotFoundException
, InvalidFetchSessionEpochException
, InvalidMetadataException
, NotControllerException
, NotCoordinatorException
, NotEnoughReplicasAfterAppendException
, NotEnoughReplicasException
, RetriableCommitFailedException
, TimeoutException
public abstract class RetriableException extends ApiException
Constructor | Description |
---|---|
RetriableException() |
|
RetriableException(java.lang.String message) |
|
RetriableException(java.lang.String message,
java.lang.Throwable cause) |
|
RetriableException(java.lang.Throwable cause) |
fillInStackTrace
public RetriableException(java.lang.String message, java.lang.Throwable cause)
public RetriableException(java.lang.String message)
public RetriableException(java.lang.Throwable cause)
public RetriableException()