Class RestSchemaRegistryException

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.RestSchemaRegistryException
All Implemented Interfaces:
Serializable

public class RestSchemaRegistryException extends io.confluent.rest.exceptions.RestServerErrorException
Indicates some error while performing a schema registry operation
See Also:
  • Constructor Details

    • RestSchemaRegistryException

      public RestSchemaRegistryException(String message)
    • RestSchemaRegistryException

      public RestSchemaRegistryException(String message, Throwable cause)