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
public class HazelcastOverloadException
- extends HazelcastException
A HazelcastInstance
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
GroupProperties.BACKPRESSURE_ENABLED
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HazelcastOverloadException
public HazelcastOverloadException(String message)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.