Package com.hazelcast.core
Class HazelcastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,ClientNotAllowedInClusterException
,ConsistencyLostException
,CPSubsystemException
,DistributedObjectDestroyedException
,DuplicateTaskException
,HazelcastOverloadException
,HazelcastSerializationException
,HazelcastSqlException
,IndeterminateOperationStateException
,InvalidConfigurationException
,JetException
,LocalMemberResetException
,LockAcquireLimitReachedException
,MutationDisallowedException
,NoDataMemberInClusterException
,OperationTimeoutException
,QueryException
,QueryResultSizeExceededException
,ReplicatedMapCantBeCreatedOnLiteMemberException
,ResponseAlreadySentException
,RetryableHazelcastException
,RuntimeInterruptedException
,ServiceNotFoundException
,StaleTaskException
,StaleTaskIdException
,TargetDisconnectedException
,TopicOverloadException
,TransactionException
,TransactionNotActiveException
,UndefinedErrorCodeException
,UnsupportedClusterVersionException
,UnsupportedRoutingModeException
,ValidationException
,WanQueueFullException
Base Hazelcast exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionHazelcastException
(String message) HazelcastException
(String message, Throwable cause) HazelcastException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HazelcastException
public HazelcastException() -
HazelcastException
-
HazelcastException
-
HazelcastException
-