| Package | Description | 
|---|---|
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.spi.exception | Contains exceptions for Hazelcast SPI. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemberLeftExceptionA  ExecutionExceptionthrown when a member left during an invocation or execution. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallerNotMemberExceptionA  RetryableHazelcastExceptionthat indicates that an operation was send by a machine which isn't member
 in the cluster when the operation is executed. | 
| class  | PartitionMigratingExceptionA  RetryableHazelcastExceptionthat is thrown when an operation is executed
 on a partition, but that partition is currently being moved around. | 
| class  | RetryableHazelcastExceptionA 'marker' exception that indicates that an operation can be retried. | 
| class  | RetryableIOExceptionA  IOExceptionindicating that there was a IO failure, but it can be retried. | 
| class  | TargetDisconnectedExceptionA  RetryableHazelcastExceptionthat indicates that an operation is about to
 be send to a non existing machine. | 
| class  | TargetNotMemberExceptionA  RetryableHazelcastExceptionthat indicates operation is send to a
 machine that isn't member of the cluster. | 
| class  | WrongTargetExceptionA  RetryableHazelcastExceptionindicating that an operation is executed on
 the wrong machine. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.