Class SchemaVersionNotSoftDeletedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.SchemaVersionNotSoftDeletedException
All Implemented Interfaces:
Serializable

public class SchemaVersionNotSoftDeletedException extends SchemaRegistryException
See Also:
  • Constructor Details

    • SchemaVersionNotSoftDeletedException

      public SchemaVersionNotSoftDeletedException(String subject, String version)
  • Method Details

    • getSubject

      public String getSubject()
    • getVersion

      public String getVersion()