Uses of Class
com.hazelcast.core.HazelcastException
Package
Description
Contains classes/interfaces related to Client
Provides classes for configuring HazelcastInstance.
This package contains the public API for properties defined in the XML configuration.
Provides core API interfaces/classes.
Contains exceptions that can be thrown by APIs of CP Subsystem
Contains exception classes related to the locking API of CP Subsystem
This package contains the common classes for CRDT (conflict-free replicated
data type) implementations based on the Hazelcast infrastructure.
This package contains DurableExecutorService functionality for Hazelcast.
The DurableExecutorService extends the
The DurableExecutorService extends the
ExecutorService
and provides additional methods like
executing tasks on a member who is owner of a specific key.Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
Contains Hazelcast map module classes.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
Contains the partition logic for Hazelcast.
Contains interfaces/classes related to Hazelcast query and indexing support.
Classes for replicated map.
This package contains ScheduledExecutorService functionality for Hazelcast.
Contains exceptions for Hazelcast SPI.
Contains classes related to cluster split brain protection.
This package contains the SQL API.
Contains the API for the
ITopic
.Provides interfaces/classes for Hazelcast transaction support.
This package contains the WAN replication API
-
Uses of HazelcastException in com.hazelcast.client
Modifier and TypeClassDescriptionclass
AHazelcastException
that is thrown when there is an Authentication failure: e.g.class
AHazelcastException
that is thrown when the client can not use a cluster.class
This exception is thrown when an exception that is coming from server is not recognized by the protocol and it can not be constructed by the client via reflection.class
An UnsupportedClusterVersionException is thrown when a Hazelcast Client attempts to connect to a cluster with a configuration that is not supported by the cluster version.class
An UnsupportedRoutingModeException is thrown when a Hazelcast Client is configured with aRoutingMode
that is not supported by the cluster. -
Uses of HazelcastException in com.hazelcast.config
Modifier and TypeClassDescriptionclass
A InvalidConfigurationException is thrown when Hazelcast faces an invalid configuration. -
Uses of HazelcastException in com.hazelcast.config.properties
Modifier and TypeClassDescriptionclass
This exception is thrown fromValueValidator
implementations whenever the validation has not succeeded for any reason. -
Uses of HazelcastException in com.hazelcast.core
Modifier and TypeClassDescriptionclass
Exception that indicates that the consistency guarantees provided by some service has been lost.class
AHazelcastException
that is thrown when the system won't handle more load due to an overload.class
IndeterminateOperationStateException is thrown when result of an invocation becomes indecisive.class
An exception provided toMemberLeftException
as a cause when the local member is resetting itselfclass
An unchecked version ofTimeoutException
.class
An unchecked version ofInterruptedException
. -
Uses of HazelcastException in com.hazelcast.cp.exception
Modifier and TypeClassDescriptionclass
ACPSubsystemException
which is thrown when an entry cannot be replicated, which can occur in one of the following cases: a member leaves the CP group CP group itself is terminated uncommitted entry count reaches to (seeRaftAlgorithmConfig.getUncommittedEntryCountToRejectNewAppends()
) a membership change is requested before an entry is committed on a termclass
ACPSubsystemException
which is thrown when a request is sent to a destroyed CP group.class
Base exception for failures in CP Subsystemclass
ACPSubsystemException
which is thrown when an appended but not-committed entry is truncated by the new leader.class
ACPSubsystemException
which is thrown when a leader-only request is received by a non-leader member.class
ACPSubsystemException
which is thrown when a Raft leader node appends an entry to its local Raft log, but demotes to the follower role before learning the commit status of the entry. -
Uses of HazelcastException in com.hazelcast.cp.lock.exception
Modifier and TypeClassDescriptionclass
Thrown when the current lock holder could not acquire the lock reentrantly because the configured lock acquire limit is reached. -
Uses of HazelcastException in com.hazelcast.crdt
Modifier and TypeClassDescriptionclass
Exception that indicates that the state found on this replica disallows mutation.class
Exception that indicates that the receiver of a CRDT operation is not a CRDT replica. -
Uses of HazelcastException in com.hazelcast.durableexecutor
Modifier and TypeClassDescriptionclass
AnRuntimeException
that is thrown when retrieving the result of a task viaDurableExecutorService
if the result of the task is overwritten. -
Uses of HazelcastException in com.hazelcast.jet
Modifier and TypeClassDescriptionclass
Base Jet exception.class
Thrown when a named job is submitted while there is an active job with the same name.class
Exception to throw from job-executing methods to indicate a failure that can be resolved by restarting the job. -
Uses of HazelcastException in com.hazelcast.jet.core
Modifier and TypeClassDescriptionclass
Thrown when a job could not be found on the master nodeclass
Thrown when a topology change causes a job to abort. -
Uses of HazelcastException in com.hazelcast.map
Modifier and TypeClassDescriptionclass
This exception is thrown when a query exceeds a configurable result size limit. -
Uses of HazelcastException in com.hazelcast.nio.serialization
Modifier and TypeClassDescriptionclass
An exception thrown when a problem occurs while serializing/deserializing objects. -
Uses of HazelcastException in com.hazelcast.partition
Modifier and TypeClassDescriptionclass
Thrown when there is no data member in the cluster to assign partitions. -
Uses of HazelcastException in com.hazelcast.query
-
Uses of HazelcastException in com.hazelcast.replicatedmap
Modifier and TypeClassDescriptionclass
Thrown whenHazelcastInstance.getReplicatedMap(String)
is invoked on a lite member. -
Uses of HazelcastException in com.hazelcast.scheduledexecutor
Modifier and TypeClassDescriptionclass
An exception thrown when a task's name is already used before for another (or the same, if re-attempted) schedule.class
Exception thrown by theIScheduledFuture
during any operation on a stale (=previously destroyed) task. -
Uses of HazelcastException in com.hazelcast.spi.exception
Modifier and TypeClassDescriptionclass
ARetryableHazelcastException
that indicates that an operation was sent by a machine which isn't member in the cluster when the operation is executed.class
AHazelcastException
that indicates that aDistributedObject
access was attempted, but the object is destroyed.class
ARetryableHazelcastException
that is thrown when an operation is executed on a partition, but that partition is currently being moved around.class
A HazelcastException indicating that there is some kind of system error causing a response to be send multiple times for some operation.class
A 'marker' exception that indicates that an operation can be retried.class
AHazelcastException
that indicates that a requested service is not exist.class
Thrown when a client invocation is failed because related target is disconnected and whether the invocation is run or not, is indeterminateclass
ARetryableHazelcastException
that indicates operation was sent to a machine that isn't member of the cluster.class
ARetryableHazelcastException
indicating that an operation is executed on a wrong member. -
Uses of HazelcastException in com.hazelcast.splitbrainprotection
Modifier and TypeClassDescriptionclass
An exception thrown when the cluster size is below the defined threshold. -
Uses of HazelcastException in com.hazelcast.sql
Modifier and TypeClassDescriptionclass
An exception occurred during SQL query execution. -
Uses of HazelcastException in com.hazelcast.topic
Modifier and TypeClassDescriptionclass
AHazelcastException
thrown when a publisher wants to write to a topic, but there is not sufficient storage to deal with the event. -
Uses of HazelcastException in com.hazelcast.transaction
Modifier and TypeClassDescriptionclass
AHazelcastException
that is thrown when something goes wrong while dealing with transactions and transactional data-structures.class
AHazelcastException
thrown when a transactional operation is executed without an active transaction.class
Thrown when a transaction has timed out. -
Uses of HazelcastException in com.hazelcast.wan
Modifier and TypeClassDescriptionclass
AHazelcastException
that is thrown when the wan replication queues are full