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:
java.io.Serializable
public class TopicOverloadException extends HazelcastException
AHazelcastException
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.
-