Package org.apache.kafka.connect.errors
Class RetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.connect.errors.ConnectException
org.apache.kafka.connect.errors.RetriableException
- All Implemented Interfaces:
Serializable
public class RetriableException extends ConnectException
An exception that indicates the operation can be reattempted.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RetriableException(String s)
RetriableException(String s, Throwable throwable)
RetriableException(Throwable throwable)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetriableException
-
RetriableException
-
RetriableException
-