Class SchemaRegistryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryTimeoutException
- All Implemented Interfaces:
Serializable
Indicates that some schema registry operation timed out.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaRegistryTimeoutException(String message) SchemaRegistryTimeoutException(String message, 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
-
SchemaRegistryTimeoutException
-
SchemaRegistryTimeoutException
-
SchemaRegistryTimeoutException
-
SchemaRegistryTimeoutException
public SchemaRegistryTimeoutException()
-