public class StateMachineException extends RaftException
| Constructor and Description |
|---|
StateMachineException(RaftGroupMemberId serverId,
Throwable cause) |
StateMachineException(RaftGroupMemberId serverId,
Throwable cause,
boolean leaderShouldStepDown) |
StateMachineException(String msg) |
StateMachineException(String msg,
boolean leaderShouldStepDown) |
StateMachineException(String message,
Throwable cause) |
StateMachineException(String message,
Throwable cause,
boolean leaderShouldStepDown) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
leaderShouldStepDown() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StateMachineException(RaftGroupMemberId serverId, Throwable cause)
public StateMachineException(String msg)
public StateMachineException(RaftGroupMemberId serverId, Throwable cause, boolean leaderShouldStepDown)
public StateMachineException(String msg, boolean leaderShouldStepDown)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.