Class SchemaRegistryTimeoutException

All Implemented Interfaces:
Serializable

public class SchemaRegistryTimeoutException extends SchemaRegistryException
Indicates that some schema registry operation timed out.
See Also:
  • Constructor Details

    • SchemaRegistryTimeoutException

      public SchemaRegistryTimeoutException(String message, Throwable cause)
    • SchemaRegistryTimeoutException

      public SchemaRegistryTimeoutException(String message)
    • SchemaRegistryTimeoutException

      public SchemaRegistryTimeoutException(Throwable cause)
    • SchemaRegistryTimeoutException

      public SchemaRegistryTimeoutException()