com.hazelcast.topic
Class TopicOverloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by 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

Constructor Summary
TopicOverloadException(String msg)
          Creates a TopicOverloadException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String msg)
Creates a TopicOverloadException.

Parameters:
msg - the message.


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.