Class RestRequestForwardingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
io.confluent.rest.exceptions.RestException
io.confluent.rest.exceptions.RestServerErrorException
io.confluent.kafka.schemaregistry.rest.exceptions.RestRequestForwardingException
All Implemented Interfaces:
Serializable

public class RestRequestForwardingException extends io.confluent.rest.exceptions.RestServerErrorException
Indicates a problem while forwarding the request to the leader node in a schema registry cluster
See Also:
  • Constructor Details

    • RestRequestForwardingException

      public RestRequestForwardingException(String message)
    • RestRequestForwardingException

      public RestRequestForwardingException(String message, Throwable cause)