Package io.netty.handler.codec
Class PrematureChannelClosureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.PrematureChannelClosureException
- All Implemented Interfaces:
Serializable
A
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.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.PrematureChannelClosureException
(String message) Creates a new instance.PrematureChannelClosureException
(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PrematureChannelClosureException
public PrematureChannelClosureException()Creates a new instance. -
PrematureChannelClosureException
Creates a new instance. -
PrematureChannelClosureException
Creates a new instance. -
PrematureChannelClosureException
Creates a new instance.
-