public class HazelcastOverloadException extends HazelcastException
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
com.hazelcast.instance.GroupProperties#BACKPRESSURE_ENABLED
.Constructor and Description |
---|
HazelcastOverloadException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HazelcastOverloadException(String message)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.