Uses of Package
com.hazelcast.spi.exception

Packages that use com.hazelcast.spi.exception
Package Description
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.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.ringbuffer
Contains the API for the Ringbuffer.
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.