Class PushReplicationStartedException
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.PushReplicationStartedException
- All Implemented Interfaces:
Serializable
This exception may be returned by leader in the fetch response, which indicates that the leader has switched to the push replication mode for the partition
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionPushReplicationStartedException(String message) PushReplicationStartedException(String message, Throwable cause) Method Summary
Methods inherited from class org.apache.kafka.common.errors.ApiException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
PushReplicationStartedException
PushReplicationStartedException