Class RestContextNotEmptyException

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

public class RestContextNotEmptyException extends io.confluent.rest.exceptions.RestConstraintViolationException
Indicates that the context is not empty when it is expected to be.
See Also:
  • Field Details

  • Constructor Details

    • RestContextNotEmptyException

      public RestContextNotEmptyException(String context)