public class NotLeaderException extends CPSubsystemException
CPSubsystemException
which is thrown when
a leader-only request is received by a non-leader member.Constructor and Description |
---|
NotLeaderException(CPGroupId groupId,
com.hazelcast.cp.internal.raft.impl.RaftEndpoint local,
com.hazelcast.cp.internal.raft.impl.RaftEndpoint leader) |
Modifier and Type | Method and Description |
---|---|
NotLeaderException |
wrap()
Returns a new exception of the same type as
this exception, using
this exception as its cause. |
getLeaderUuid
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotLeaderException(CPGroupId groupId, com.hazelcast.cp.internal.raft.impl.RaftEndpoint local, com.hazelcast.cp.internal.raft.impl.RaftEndpoint leader)
public NotLeaderException wrap()
com.hazelcast.spi.impl.operationservice.WrappableException
this
exception, using
this
exception as its cause. This is useful when this
is
a remote or async exception, because its stack trace is disconnected from the
client code that handles the exception. The returned exception includes
all the state of this
exception, while providing the local stack trace
and the remote/async stack trace in its cause
.wrap
in interface com.hazelcast.spi.impl.operationservice.WrappableException<CPSubsystemException>
wrap
in class CPSubsystemException
WrappableException
with this
as its cause
.Copyright © 2023 Hazelcast, Inc.. All rights reserved.