| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuthenticationException  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DuplicateInstanceNameException
Thrown when a duplicate instance name is detected. 
 | 
class  | 
OperationTimeoutException
An unchecked version of  
TimeoutException. | 
class  | 
RuntimeInterruptedException
An unchecked version of  
InterruptedException. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HazelcastSerializationException
This is an exception thrown when an exception occurs while serializing/deserializing objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueryException  | 
| Modifier and Type | Class and Description | 
|---|---|
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. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.