Package com.eventstore.dbclient
Class NotLeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.eventstore.dbclient.NotLeaderException
- All Implemented Interfaces:
Serializable
When a request needing a leader node was executed on a follower node.
In this case the connection will reconnect automatically to the leader node. However, the request causing that
exception needs to be retried if the user really wants it to be carried out.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getLeaderEndpoint
-