Class StoreTimeoutException

All Implemented Interfaces:
Serializable

public class StoreTimeoutException extends StoreException
Indicates either a write, read or a bootstrap operation on the underlying Kafka store timed out.
See Also:
  • Constructor Details

    • StoreTimeoutException

      public StoreTimeoutException(String message)
    • StoreTimeoutException

      public StoreTimeoutException(String message, Throwable cause)