Package com.hazelcast.core
Class HazelcastOverloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.core.HazelcastOverloadException
- All Implemented Interfaces:
Serializable
A
HazelcastException
that is thrown when the system won't handle more load due to
an overload.
This exception is thrown when backpressure is enabled. For more information see
ClusterProperty.BACKPRESSURE_ENABLED
.- See Also:
-
Constructor Summary
ConstructorDescriptionHazelcastOverloadException
(String message) HazelcastOverloadException
(String message, 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
-
HazelcastOverloadException
-
HazelcastOverloadException
-