Class StreamTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.webclient.http2.StreamTimeoutException
All Implemented Interfaces:
Serializable

public class StreamTimeoutException extends RuntimeException
Thrown when no data are received over the stream within configured request timeout.
See Also: