Class 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, ValidationException, WanQueueFullException

public class HazelcastException extends RuntimeException
Base Hazelcast exception.
See Also:
  • Constructor Details

    • HazelcastException

      public HazelcastException()
    • HazelcastException

      public HazelcastException(String message)
    • HazelcastException

      public HazelcastException(String message, Throwable cause)
    • HazelcastException

      public HazelcastException(Throwable cause)