Class CorruptedFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
- All Implemented Interfaces:
Serializable
public class CorruptedFrameException extends Exception
AnException
which is thrown when the received frame data can not be decoded by aFrameDecoder
implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorruptedFrameException
public CorruptedFrameException()
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(String message, Throwable cause)
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(String message)
Creates a new instance.
-
CorruptedFrameException
public CorruptedFrameException(Throwable cause)
Creates a new instance.
-
-