Package org.jivesoftware.openfire.nio
Class InboundBufferSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.nio.InboundBufferSizeException
- All Implemented Interfaces:
Serializable
An Exception indicating that the inbound buffer has exceeded its limit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInboundBufferSizeException(String message) InboundBufferSizeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InboundBufferSizeException
public InboundBufferSizeException() -
InboundBufferSizeException
-
InboundBufferSizeException
-
InboundBufferSizeException
-