Class SchemaRegistryRequestForwardingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryRequestForwardingException
All Implemented Interfaces:
Serializable

public class SchemaRegistryRequestForwardingException extends SchemaRegistryException
Indicates an error while forwarding a write request to the leader node in a schema registry cluster
See Also:
  • Constructor Details

    • SchemaRegistryRequestForwardingException

      public SchemaRegistryRequestForwardingException(String message, Throwable cause)
    • SchemaRegistryRequestForwardingException

      public SchemaRegistryRequestForwardingException(String message)
    • SchemaRegistryRequestForwardingException

      public SchemaRegistryRequestForwardingException(Throwable cause)
    • SchemaRegistryRequestForwardingException

      public SchemaRegistryRequestForwardingException()