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:
java.io.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
,ValidationException
,WanQueueFullException
public class HazelcastException extends java.lang.RuntimeException
Base Hazelcast exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HazelcastException()
HazelcastException(java.lang.String message)
HazelcastException(java.lang.String message, java.lang.Throwable cause)
HazelcastException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
HazelcastException
public HazelcastException()
-
HazelcastException
public HazelcastException(java.lang.String message)
-
HazelcastException
public HazelcastException(java.lang.String message, java.lang.Throwable cause)
-
HazelcastException
public HazelcastException(java.lang.Throwable cause)
-
-