public class CorruptedFrameException extends DecoderException
DecoderException
which is thrown when the received frame data could not be decoded by
an inbound handler.Constructor and 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.
|
public CorruptedFrameException()
public CorruptedFrameException(java.lang.String message, java.lang.Throwable cause)
public CorruptedFrameException(java.lang.String message)
public CorruptedFrameException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.