|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.common.errors.InvalidMetadataException org.apache.kafka.common.errors.LeaderNotAvailableException
public class LeaderNotAvailableException
There is no currently available leader for the given partition (either because a leadership election is in progress or because all replicas are down).
Constructor Summary | |
---|---|
LeaderNotAvailableException(java.lang.String message)
|
Method Summary |
---|
Methods inherited from class org.apache.kafka.common.errors.ApiException |
---|
fillInStackTrace |
Methods inherited from class java.lang.Throwable |
---|
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LeaderNotAvailableException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |