Package com.hazelcast.topic
Class TopicOverloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.topic.TopicOverloadException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopicOverloadException
Creates a TopicOverloadException.- Parameters:
msg
- the message for this TopicOverloadException.
-