Class TooLongFrameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.frame.TooLongFrameException
All Implemented Interfaces:
Serializable

public class TooLongFrameException extends Exception
An Exception which is thrown when the length of the frame decoded is greater than the maximum.
See Also:
  • Field Details

  • Constructor Details

    • TooLongFrameException

      public TooLongFrameException()
      Creates a new instance.
    • TooLongFrameException

      public TooLongFrameException(String message, Throwable cause)
      Creates a new instance.
    • TooLongFrameException

      public TooLongFrameException(String message)
      Creates a new instance.
    • TooLongFrameException

      public TooLongFrameException(Throwable cause)
      Creates a new instance.