Class InboundBufferSizeException

  • All Implemented Interfaces:
    Serializable

    public class InboundBufferSizeException
    extends Exception
    An Exception indicating that the inbound buffer has exceeded its limit.
    See Also:
    Serialized Form
    • Constructor Detail

      • InboundBufferSizeException

        public InboundBufferSizeException()
      • InboundBufferSizeException

        public InboundBufferSizeException​(String message,
                                          Throwable cause)
      • InboundBufferSizeException

        public InboundBufferSizeException​(String message)
      • InboundBufferSizeException

        public InboundBufferSizeException​(Throwable cause)