Class DuplicateTopicException

  • All Implemented Interfaces:
    TopicApiException, java.io.Serializable

    public class DuplicateTopicException
    extends java.lang.RuntimeException
    implements TopicApiException
    Thrown in case of attempt to create topic if topic with such key already exists.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • DuplicateTopicException

        public DuplicateTopicException​(java.lang.String message)