Class 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:
  • Constructor Details

    • PacketException

      public PacketException()
    • PacketException

      public PacketException(String s)