Uses of Class
com.hazelcast.core.HazelcastException

Packages that use HazelcastException 
Package Description
com.hazelcast.client
Contains classes/interfaces related to Client
com.hazelcast.config
Provides classes for configuring HazelcastInstance.
com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
com.hazelcast.core
Provides core API interfaces/classes.
com.hazelcast.cp.exception
Contains exceptions that can be thrown by APIs of CP Subsystem
com.hazelcast.cp.lock.exception
Contains exception classes related to the locking API of CP Subsystem
com.hazelcast.crdt
This package contains the common classes for CRDT (conflict-free replicated data type) implementations based on the Hazelcast infrastructure.
com.hazelcast.durableexecutor
This package contains DurableExecutorService functionality for Hazelcast.
The DurableExecutorService extends the ExecutorService and provides additional methods like executing tasks on a member who is owner of a specific key.
com.hazelcast.jet
Hazelcast Jet is a distributed computation engine running on top of Hazelcast IMDG technology.
com.hazelcast.jet.core
Jet's Core API.
com.hazelcast.map
Contains Hazelcast map module classes.
com.hazelcast.nio.serialization
Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams.
com.hazelcast.partition
Contains the partition logic for Hazelcast.
com.hazelcast.query
Contains interfaces/classes related to Hazelcast query and indexing support.
com.hazelcast.replicatedmap
Classes for replicated map.
com.hazelcast.scheduledexecutor
This package contains ScheduledExecutorService functionality for Hazelcast.
com.hazelcast.spi.exception
Contains exceptions for Hazelcast SPI.
com.hazelcast.splitbrainprotection
Contains classes related to cluster split brain protection.
com.hazelcast.topic
Contains the API for the ITopic.
com.hazelcast.transaction
Provides interfaces/classes for Hazelcast transaction support.
com.hazelcast.wan
This package contains the WAN replication API