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:
java.io.Serializable
- Direct Known Subclasses:
CorruptedWebSocketFrameException
public class CorruptedFrameException extends DecoderException
AnDecoderException
which is thrown when the received frame data could not be decoded by an inbound handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptedFrameException()
Creates a new instance.CorruptedFrameException(java.lang.String message)
Creates a new instance.CorruptedFrameException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.CorruptedFrameException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
CorruptedFrameException
public CorruptedFrameException()
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(java.lang.String message)
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(java.lang.Throwable cause)
Creates a new instance.
-
-