Class RetriableCommitFailedException
- 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
-
- org.apache.kafka.clients.consumer.RetriableCommitFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetriableCommitFailedException extends RetriableException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetriableCommitFailedException(java.lang.String message)
RetriableCommitFailedException(java.lang.String message, java.lang.Throwable t)
RetriableCommitFailedException(java.lang.Throwable t)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RetriableCommitFailedException
withUnderlyingMessage(java.lang.String additionalMessage)
-
Methods inherited from class org.apache.kafka.common.errors.ApiException
fillInStackTrace
-
-
-
-
Constructor Detail
-
RetriableCommitFailedException
public RetriableCommitFailedException(java.lang.Throwable t)
-
RetriableCommitFailedException
public RetriableCommitFailedException(java.lang.String message)
-
RetriableCommitFailedException
public RetriableCommitFailedException(java.lang.String message, java.lang.Throwable t)
-
-
Method Detail
-
withUnderlyingMessage
public static RetriableCommitFailedException withUnderlyingMessage(java.lang.String additionalMessage)
-
-