Class HazelcastOverloadException

All Implemented Interfaces:
Serializable

public class HazelcastOverloadException extends HazelcastException
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 Details

    • HazelcastOverloadException

      public HazelcastOverloadException(String message)
    • HazelcastOverloadException

      public HazelcastOverloadException(String message, Throwable cause)