Class RestInvalidVersionException

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

public class RestInvalidVersionException extends io.confluent.rest.exceptions.RestConstraintViolationException
Indicates that the version is not a valid version id. Allowed values are between [1, 2^31-1] and the string "latest"
See Also:
  • Field Details

  • Constructor Details

    • RestInvalidVersionException

      public RestInvalidVersionException(String version)