Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.StatusCodeException
io.confluent.kafkarest.exceptions.TimeoutException
All Implemented Interfaces:
Serializable

public final class TimeoutException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates that the AdminClient request timed out
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(Throwable e)
    • TimeoutException

      public TimeoutException(String message, Throwable t)