Class InboundBufferSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.nio.InboundBufferSizeException
All Implemented Interfaces:
Serializable

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

    • InboundBufferSizeException

      public InboundBufferSizeException()
    • InboundBufferSizeException

      public InboundBufferSizeException(String message, Throwable cause)
    • InboundBufferSizeException

      public InboundBufferSizeException(String message)
    • InboundBufferSizeException

      public InboundBufferSizeException(Throwable cause)