Uses of Class
com.hazelcast.spi.exception.RetryableHazelcastException

Packages that use RetryableHazelcastException
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.spi.exception Contains exceptions for Hazelcast SPI. 
 

Uses of RetryableHazelcastException in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that throw RetryableHazelcastException
 void RecordStore.checkIfLoaded()
           
 

Uses of RetryableHazelcastException in com.hazelcast.spi.exception
 

Subclasses of RetryableHazelcastException in com.hazelcast.spi.exception
 class CallerNotMemberException
          A RetryableHazelcastException that indicates that a request was send to a machine which isn't member in the cluster.
 class PartitionMigratingException
          A RetryableHazelcastException that is thrown when an operation is executed on a partition, but that partition is currently being moved around.
 class TargetDisconnectedException
          A RetryableHazelcastException that indicates that an operation is about to be send to a non existing machine.
 class TargetNotMemberException
          A RetryableHazelcastException that indicates operation is send to a machine that isn't member of the cluster.
 class WrongTargetException
          A RetryableHazelcastException indicating that an operation is executed on the wrong machine.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.