Class MirrorTopicNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.StatusCodeException
io.confluent.kafkarest.exceptions.MirrorTopicNotFoundException
All Implemented Interfaces:
Serializable

public final class MirrorTopicNotFoundException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates that the mirror topic doesn't exist.
See Also:
  • Constructor Details

    • MirrorTopicNotFoundException

      public MirrorTopicNotFoundException(String topic)
    • MirrorTopicNotFoundException

      public MirrorTopicNotFoundException(Collection<String> expect, Collection<String> actual)
    • MirrorTopicNotFoundException

      public MirrorTopicNotFoundException(Throwable e)