Package reactor.netty.http.client
Class PrematureCloseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
reactor.netty.http.client.PrematureCloseException
- All Implemented Interfaces:
Serializable
An error for signalling that the connection was closed prematurely
ChannelInboundHandler.channelInactive(io.netty.channel.ChannelHandlerContext)
,
ChannelOperations.onInboundClose()
,
ChannelOperations#onInboundError()
.- Author:
- Violeta Georgieva
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
TEST_EXCEPTION
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-