Class TopicOverloadException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      TopicOverloadException​(java.lang.String msg)
      Creates a TopicOverloadException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TopicOverloadException

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