Package org.jivesoftware.openfire
Class PacketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jivesoftware.openfire.PacketException
- All Implemented Interfaces:
Serializable
Represents a runtime packet exception typically from a malformed
packet. Uncaught Packet exceptions will cause the originating session
to close.
- Author:
- Iain Shigeoka
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PacketException
public PacketException() -
PacketException
-