| Package | Description |
|---|---|
| com.hazelcast.cp.internal.raft.exception |
Contains exception classes that can be thrown by CP Subsystem
|
| Class and Description |
|---|
| MemberAlreadyExistsException
A
CPSubsystemException which is thrown when a member, which is
requested to be added to a CP group, is already member of that group. |
| MemberDoesNotExistException
A
CPSubsystemException which is thrown when a member, which is
requested to be removed from a CP group, is not a member of that group
or is already removed from that group. |
| MismatchingGroupMembersCommitIndexException
A
CPSubsystemException which is thrown when a membership change is
requested but expected members commitIndex doesn't match the actual members
commitIndex in the Raft state. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.