public class TopicOverloadException extends HazelcastException
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.Constructor and Description |
---|
TopicOverloadException(String msg)
Creates a TopicOverloadException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TopicOverloadException(String msg)
msg
- the message for this TopicOverloadException.Copyright © 2023 Hazelcast, Inc.. All rights reserved.