Class RestReferenceExistsException

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

public class RestReferenceExistsException extends io.confluent.rest.exceptions.RestConstraintViolationException
Indicates a reference exists to the given schema, so it cannot be deleted.
See Also:
  • Field Details

  • Constructor Details

    • RestReferenceExistsException

      public RestReferenceExistsException(String schemaKey)