public class PrematureChannelClosureException extends CodecException
CodecException
which is thrown when a Channel
is closed unexpectedly before
the codec finishes handling the current message, such as missing response while waiting for a
request.Constructor and Description |
---|
PrematureChannelClosureException()
Creates a new instance.
|
PrematureChannelClosureException(String message)
Creates a new instance.
|
PrematureChannelClosureException(String message,
Throwable cause)
Creates a new instance.
|
PrematureChannelClosureException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrematureChannelClosureException()
public PrematureChannelClosureException(String message, Throwable cause)
public PrematureChannelClosureException(String message)
public PrematureChannelClosureException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.