Uses of Class
com.hazelcast.core.HazelcastException

Packages that use HazelcastException
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
com.hazelcast.nio.serialization Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. 
com.hazelcast.query Contains interfaces/classes related to Hazelcast query and indexing support. 
com.hazelcast.spi.exception Contains exceptions for Hazelcast SPI. 
com.hazelcast.transaction Provides interfaces/classes for Hazelcast transaction support. 
 

Uses of HazelcastException in com.hazelcast.client
 

Subclasses of HazelcastException in com.hazelcast.client
 class AuthenticationException
          A HazelcastException that is thrown when there is an Authentication failure: e.g.
 

Uses of HazelcastException in com.hazelcast.cluster.impl
 

Subclasses of HazelcastException in com.hazelcast.cluster.impl
 class ConfigMismatchException
          Exception thrown when 2 nodes want to join, but there configuration doesn't match
 

Uses of HazelcastException in com.hazelcast.core
 

Subclasses of HazelcastException in com.hazelcast.core
 class DuplicateInstanceNameException
          Thrown when a duplicate instance name is detected.
 class OperationTimeoutException
          An unchecked version of TimeoutException.
 class RuntimeInterruptedException
          An unchecked version of InterruptedException.
 

Uses of HazelcastException in com.hazelcast.mapreduce
 

Subclasses of HazelcastException in com.hazelcast.mapreduce
 class RemoteMapReduceException
          This exception class is used to show stacktraces of multiple failed remote operations at once.
 class TopologyChangedException
          This exception is thrown when a topology change happens during the execution of a map reduce job and the TopologyChangedStrategy is set to TopologyChangedStrategy.CANCEL_RUNNING_OPERATION.
 

Uses of HazelcastException in com.hazelcast.nio.serialization
 

Subclasses of HazelcastException in com.hazelcast.nio.serialization
 class HazelcastSerializationException
          This is an exception thrown when an exception occurs while serializing/deserializing objects.
 

Uses of HazelcastException in com.hazelcast.query
 

Subclasses of HazelcastException in com.hazelcast.query
 class QueryException
          Exception class for the Query.
 

Uses of HazelcastException in com.hazelcast.spi.exception
 

Subclasses of HazelcastException 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 DistributedObjectDestroyedException
          A HazelcastException that indicates that a DistributedObject access was attempted, but the object is destroyed.
 class PartitionMigratingException
          A RetryableHazelcastException that is thrown when an operation is executed on a partition, but that partition is currently being moved around.
 class ResponseAlreadySentException
          A HazelcastException indicating that there is some kind of system error causing a response to be send multiple times for some operation.
 class RetryableHazelcastException
          A 'marker' exception that indicates that an operation can be retried.
 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.
 

Uses of HazelcastException in com.hazelcast.transaction
 

Subclasses of HazelcastException in com.hazelcast.transaction
 class TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
 class TransactionNotActiveException
          A HazelcastException thrown when an a transactional operation is executed without an active transaction.
 class TransactionTimedOutException
          Thrown when a transaction has timed out.
 



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