Class PrematureCloseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
reactor.netty.http.client.PrematureCloseException
All Implemented Interfaces:
Serializable

public final class PrematureCloseException extends IOException
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: