Class RestIdDoesNotMatchException

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

public class RestIdDoesNotMatchException extends io.confluent.rest.exceptions.RestConstraintViolationException
Indicates that the ID of an imported schema does not match the existing ID.
See Also:
  • Field Details

  • Constructor Details

    • RestIdDoesNotMatchException

      public RestIdDoesNotMatchException()
    • RestIdDoesNotMatchException

      public RestIdDoesNotMatchException(String message)