Class TopicException

    • Constructor Detail

      • TopicException

        public TopicException​(String sMessage)
        Create a TopicException.
        Parameters:
        sMessage - the error message
      • TopicException

        public TopicException​(Throwable cause)
        Create a TopicException.
        Parameters:
        cause - the root cause exception
      • TopicException

        public TopicException​(String sMessage,
                              Throwable cause)
        Create a TopicException.
        Parameters:
        sMessage - the error message
        cause - the root cause exception