Class RestSchemaRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
io.confluent.rest.exceptions.RestException
io.confluent.rest.exceptions.RestServerErrorException
io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryException
- All Implemented Interfaces:
Serializable
public class RestSchemaRegistryException
extends io.confluent.rest.exceptions.RestServerErrorException
Indicates some error while performing a schema registry operation
- See Also:
-
Field Summary
Fields inherited from class io.confluent.rest.exceptions.RestServerErrorException
DEFAULT_ERROR_CODE -
Constructor Summary
ConstructorsConstructorDescriptionRestSchemaRegistryException(String message) RestSchemaRegistryException(String message, 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
-
Constructor Details
-
RestSchemaRegistryException
-
RestSchemaRegistryException
-