Class CorruptedFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
- All Implemented Interfaces:
java.io.Serializable
public class CorruptedFrameException extends java.lang.Exception
AnException
which is thrown when the received frame data can not be decoded by aFrameDecoder
implementation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.
-
-