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.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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.
|
private static final long serialVersionUID
public PrematureChannelClosureException()
public PrematureChannelClosureException(java.lang.String message,
java.lang.Throwable cause)
public PrematureChannelClosureException(java.lang.String message)
public PrematureChannelClosureException(java.lang.Throwable cause)