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
public class PacketException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PacketException()
PacketException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PacketException
public PacketException()
-
PacketException
public PacketException(String s)
-
-