Class TooLongFrameException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TooLongHttpContentException, TooLongHttpHeaderException, TooLongHttpLineException

public class TooLongFrameException extends DecoderException
An DecoderException which is thrown when the length of the frame decoded is greater than the allowed 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.