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.构造器和说明 |
---|
PrematureChannelClosureException()
Creates a new instance.
|
PrematureChannelClosureException(java.lang.String message)
Creates a new instance.
|
PrematureChannelClosureException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
PrematureChannelClosureException(java.lang.Throwable cause)
Creates a new instance.
|
public PrematureChannelClosureException()
public PrematureChannelClosureException(java.lang.String message, java.lang.Throwable cause)
public PrematureChannelClosureException(java.lang.String message)
public PrematureChannelClosureException(java.lang.Throwable cause)