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
public class InboundBufferSizeException extends Exception
An Exception indicating that the inbound buffer has exceeded its limit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InboundBufferSizeException()
InboundBufferSizeException(String message)
InboundBufferSizeException(String message, Throwable cause)
InboundBufferSizeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-