Class UnknownLeaderException

All Implemented Interfaces:
Serializable

public class UnknownLeaderException extends SchemaRegistryException
Indicates that the node that is asked to serve the request is not the current leader and is not aware of the leader node to forward the request to
See Also:
  • Constructor Details

    • UnknownLeaderException

      public UnknownLeaderException(String message, Throwable cause)
    • UnknownLeaderException

      public UnknownLeaderException(String message)
    • UnknownLeaderException

      public UnknownLeaderException(Throwable cause)
    • UnknownLeaderException

      public UnknownLeaderException()