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(String message)
Creates a new instance.
|
CorruptedFrameException(String message,
Throwable cause)
Creates a new instance.
|
CorruptedFrameException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CorruptedFrameException()
public CorruptedFrameException(String message, Throwable cause)
public CorruptedFrameException(String message)
public CorruptedFrameException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.