Class TopicOverloadException

All Implemented Interfaces:
Serializable

public class TopicOverloadException
extends HazelcastException
A HazelcastException thrown when a publisher wants to write to a topic, but there is not sufficient storage to deal with the event. This exception is only thrown in combination with the reliable topic.
See Also:
Serialized Form
  • Constructor Details

    • TopicOverloadException

      public TopicOverloadException​(String msg)
      Creates a TopicOverloadException.
      Parameters:
      msg - the message for this TopicOverloadException.