| Package | Description |
|---|---|
| org.apache.ratis.protocol | |
| org.apache.ratis.protocol.exceptions |
| Modifier and Type | Method and Description |
|---|---|
RaftException |
RaftClientReply.getException() |
| Modifier and Type | Method and Description |
|---|---|
RaftClientReply.Builder |
RaftClientReply.Builder.setException(RaftException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyClosedException
The corresponding object is already closed.
|
class |
DataStreamException |
class |
GroupMismatchException
This exception indicates that the group id in the request does not match
server's group id.
|
class |
LeaderNotReadyException
This exception is sent from the server to a client.
|
class |
LeaderSteppingDownException |
class |
NotLeaderException |
class |
NotReplicatedException |
class |
RaftRetryFailureException
Retry failure as per the
RetryPolicy defined. |
class |
ReconfigurationInProgressException |
class |
ReconfigurationTimeoutException |
class |
ResourceUnavailableException
A particular resource is unavailable.
|
class |
ServerNotReadyException
The server is not ready yet.
|
class |
StaleReadException
This exception indicates the failure of a stale-read.
|
class |
StateMachineException |
class |
StreamException
A stream is not found in the server.
|
class |
TransferLeadershipException |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.