Class HazelcastException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, ClientNotAllowedInClusterException, ConsistencyLostException, CPSubsystemException, DistributedObjectDestroyedException, DuplicateTaskException, HazelcastOverloadException, HazelcastSerializationException, IndeterminateOperationStateException, InvalidConfigurationException, LocalMemberResetException, LockAcquireLimitReachedException, MutationDisallowedException, NoDataMemberInClusterException, OperationTimeoutException, QueryException, QueryResultSizeExceededException, ReplicatedMapCantBeCreatedOnLiteMemberException, ResponseAlreadySentException, RetryableHazelcastException, ServiceNotFoundException, SplitBrainProtectionException, StaleTaskException, TargetDisconnectedException, TopicOverloadException, UndefinedErrorCodeException, UnsupportedClusterVersionException, UnsupportedRoutingModeException, ValidationException

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)