Package io.netty.handler.codec
Class CorruptedFrameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.CorruptedFrameException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptedWebSocketFrameException
An
DecoderException
which is thrown when the received frame data could not be decoded by
an inbound handler.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.CorruptedFrameException
(String message) Creates a new instance.CorruptedFrameException
(String message, Throwable cause) Creates a new instance.CorruptedFrameException
(Throwable cause) 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
-
CorruptedFrameException
public CorruptedFrameException()Creates a new instance. -
CorruptedFrameException
Creates a new instance. -
CorruptedFrameException
Creates a new instance. -
CorruptedFrameException
Creates a new instance.
-