public class PrematureChannelClosureException extends CodecException
CodecException
当编解码器完成处理当前消息之前意外关闭Channel
时引发的CodecException
,例如在等待请求时丢失响应。
Constructor and Description |
---|
PrematureChannelClosureException()
创建一个新的实例。
|
PrematureChannelClosureException(java.lang.String message)
创建一个新的实例。
|
PrematureChannelClosureException(java.lang.String message, java.lang.Throwable cause)
创建一个新的实例。
|
PrematureChannelClosureException(java.lang.Throwable cause)
创建一个新的实例。
|
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.