|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kafka.common.KafkaException
kafka.common.errors.ApiException
kafka.common.errors.RetryableException
kafka.common.errors.NotLeaderForPartitionException
public class NotLeaderForPartitionException
Constructor Summary | |
---|---|
NotLeaderForPartitionException()
|
|
NotLeaderForPartitionException(java.lang.String message)
|
|
NotLeaderForPartitionException(java.lang.String message,
java.lang.Throwable cause)
|
|
NotLeaderForPartitionException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class 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 NotLeaderForPartitionException()
public NotLeaderForPartitionException(java.lang.String message)
public NotLeaderForPartitionException(java.lang.Throwable cause)
public NotLeaderForPartitionException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |