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
GroupProperty.BACKPRESSURE_ENABLED
.Constructor and Description |
---|
HazelcastOverloadException(String message) |
HazelcastOverloadException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 Hazelcast, Inc.. All rights reserved.