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:
-
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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrematureChannelClosureException
public PrematureChannelClosureException()Creates a new instance. -
PrematureChannelClosureException
-
PrematureChannelClosureException
Creates a new instance. -
PrematureChannelClosureException
Creates a new instance.
-