Package com.linecorp.armeria.client
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
-
Method Summary
Modifier and Type Method Description static GoAwayReceivedException
get()
Returns a singletonGoAwayReceivedException
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
get
Returns a singletonGoAwayReceivedException
.
-