Package com.linecorp.armeria.common
Class ResponseCompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.CancellationException
com.linecorp.armeria.common.ResponseCompleteException
- All Implemented Interfaces:
Serializable
A special
CancellationException
that aborts an HttpRequest
after the corresponding
HttpResponse
is completed.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseCompleteException
get()
Returns the singletonResponseCompleteException
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
get
Returns the singletonResponseCompleteException
.
-