public final class PrematureCloseException extends IOException
ChannelInboundHandler.channelInactive(io.netty.channel.ChannelHandlerContext)
,
ChannelOperations.onInboundClose()
,
ChannelOperations#onInboundError()
Modifier and Type | Field and Description |
---|---|
static PrematureCloseException |
BEFORE_RESPONSE
Deprecated.
Should not be singleton
|
static PrematureCloseException |
BEFORE_RESPONSE_SENDING_REQUEST
Deprecated.
Should not be singleton
|
static PrematureCloseException |
DURING_RESPONSE
Deprecated.
Should not be singleton
|
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public static final PrematureCloseException BEFORE_RESPONSE_SENDING_REQUEST
@Deprecated public static final PrematureCloseException BEFORE_RESPONSE
@Deprecated public static final PrematureCloseException DURING_RESPONSE
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable