Class RestSchemaRegistryTimeoutException

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.RestSchemaRegistryTimeoutException
All Implemented Interfaces:
Serializable

public class RestSchemaRegistryTimeoutException extends io.confluent.rest.exceptions.RestServerErrorException
Indicates that some schema registry operation timed out.
See Also:
  • Constructor Details

    • RestSchemaRegistryTimeoutException

      public RestSchemaRegistryTimeoutException(String message)
    • RestSchemaRegistryTimeoutException

      public RestSchemaRegistryTimeoutException(String message, Throwable cause)