public class CorruptedFrameException extends Exception
Exception
which is thrown when the received frame data can not
be decoded by a FrameDecoder
implementation.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-2014 The Netty Project. All Rights Reserved.