Class SchemaRegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssociationForResourceExistsException, AssociationForSubjectExistsException, AssociationFrozenException, AssociationNotFoundException, IdDoesNotMatchException, IdGenerationException, IncompatibleSchemaException, InvalidSchemaException, InvalidVersionException, NoActiveSubjectVersionExistsException, OperationNotPermittedException, ReferenceExistsException, SchemaRegistryInitializationException, SchemaRegistryRequestForwardingException, SchemaRegistryStoreException, SchemaRegistryTimeoutException, SchemaTooLargeException, SchemaVersionNotSoftDeletedException, StrongAssociationForSubjectExistsException, SubjectNotSoftDeletedException, TooManyAssociationsException, UnknownLeaderException

public class SchemaRegistryException extends Exception
Indicates some error while performing a schema registry operation
See Also:
  • Constructor Details

    • SchemaRegistryException

      public SchemaRegistryException(String message, Throwable cause)
    • SchemaRegistryException

      public SchemaRegistryException(String message)
    • SchemaRegistryException

      public SchemaRegistryException(Throwable cause)
    • SchemaRegistryException

      public SchemaRegistryException()