Class RestInvalidSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.validation.ValidationException
jakarta.validation.ConstraintViolationException
io.confluent.rest.exceptions.RestConstraintViolationException
io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidSchemaException
All Implemented Interfaces:
Serializable

public class RestInvalidSchemaException extends io.confluent.rest.exceptions.RestConstraintViolationException
Indicates an invalid schema that does not conform to the expected format of the schema
See Also:
  • Field Details

  • Constructor Details

    • RestInvalidSchemaException

      public RestInvalidSchemaException()
    • RestInvalidSchemaException

      public RestInvalidSchemaException(String message)