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
An Exception which is thrown when the received frame data can not be decoded by a FrameDecoder implementation.
See Also:
  • Field Details

  • Constructor Details

    • 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.