Class IdDoesNotMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.IdDoesNotMatchException
- All Implemented Interfaces:
Serializable
Indicates a schema already exists with a different ID.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdDoesNotMatchException(int registeredId, int inputId) IdDoesNotMatchException(String message) IdDoesNotMatchException(String message, Throwable cause) IdDoesNotMatchException(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
-
IdDoesNotMatchException
public IdDoesNotMatchException(int registeredId, int inputId) -
IdDoesNotMatchException
-
IdDoesNotMatchException
-
IdDoesNotMatchException
-
IdDoesNotMatchException
public IdDoesNotMatchException()
-