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
Indicates some error while performing a schema registry operation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaRegistryException(String message) SchemaRegistryException(String message, Throwable cause) SchemaRegistryException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaRegistryException
-
SchemaRegistryException
-
SchemaRegistryException
-
SchemaRegistryException
public SchemaRegistryException()
-