Class TopicAlreadyExistsException

All Implemented Interfaces:
Serializable

public class TopicAlreadyExistsException extends AlreadyExistsException
Exception thrown when a topic with specified name already exists.
See Also:
  • Constructor Details

    • TopicAlreadyExistsException

      @FormatMethod public TopicAlreadyExistsException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • TopicAlreadyExistsException

      @FormatMethod public TopicAlreadyExistsException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.