Class GoAwayReceivedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.client.GoAwayReceivedException
All Implemented Interfaces:
Serializable

public final class GoAwayReceivedException
extends RuntimeException
A RuntimeException raised when a server sent an HTTP/2 GOAWAY frame with the lastStreamId less then the stream ID of the request.
See Also:
Serialized Form