Class TopicException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TopicPublisherException

public class TopicException extends RuntimeException
A exception that occurred during an operation on a NamedTopic.
Since:
21.06
Author:
Jonathan Knight 2021.05.05
See Also:
  • Constructor Details

    • 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