Class RestIncompatibleSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
io.confluent.rest.exceptions.RestException
io.confluent.kafka.schemaregistry.rest.exceptions.RestIncompatibleSchemaException
- All Implemented Interfaces:
Serializable
public class RestIncompatibleSchemaException
extends io.confluent.rest.exceptions.RestException
An exception thrown when the registered schema is not compatible with the latest schema according
to the compatibility level.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRestIncompatibleSchemaException(String message, int errorCode) RestIncompatibleSchemaException(String message, int errorCode, Throwable cause) -
Method Summary
Methods inherited from class io.confluent.rest.exceptions.RestException
getErrorCode, getStatusMethods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_ERROR_CODE
public static final int DEFAULT_ERROR_CODE
-
-
Constructor Details
-
RestIncompatibleSchemaException
-
RestIncompatibleSchemaException
-