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
@Beta
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TopicOverloadException
public TopicOverloadException(String msg)
- Creates a TopicOverloadException.
- Parameters:
msg
- the message.
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.