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(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)
Copyright © 2008–2018 The Netty Project. All rights reserved.