Class RestIncompatibleSchemaException

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

public class RestIncompatibleSchemaException extends io.confluent.rest.exceptions.RestException
An exception thrown when the registered schema is not compatible with the latest schema according to the compatibility level.
See Also:
  • Field Details

    • DEFAULT_ERROR_CODE

      public static final int DEFAULT_ERROR_CODE
  • Constructor Details

    • RestIncompatibleSchemaException

      public RestIncompatibleSchemaException(String message, int errorCode)
    • RestIncompatibleSchemaException

      public RestIncompatibleSchemaException(String message, int errorCode, Throwable cause)