|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HazelcastException | |
|---|---|
| com.hazelcast.client | This package contains the serverside client 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.transaction | Provides interfaces/classes for Hazelcast transaction support. |
| Uses of HazelcastException in com.hazelcast.client |
|---|
| Subclasses of HazelcastException in com.hazelcast.client | |
|---|---|
class |
AuthenticationException
|
| 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 |
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
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||