diff options
Diffstat (limited to 'NET/worlds/network/PacketTooLargeException.java')
| -rw-r--r-- | NET/worlds/network/PacketTooLargeException.java | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/NET/worlds/network/PacketTooLargeException.java b/NET/worlds/network/PacketTooLargeException.java new file mode 100644 index 0000000..f91a5c6 --- /dev/null +++ b/NET/worlds/network/PacketTooLargeException.java @@ -0,0 +1,29 @@ +/* */ package NET.worlds.network; +/* */ +/* */ import java.io.IOException; +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ public class PacketTooLargeException +/* */ extends IOException +/* */ { +/* */ private static final long serialVersionUID = 4415549519859917790L; +/* */ +/* */ PacketTooLargeException() {} +/* */ +/* */ PacketTooLargeException(String msg) +/* */ { +/* 21 */ super(msg); +/* */ } +/* */ } + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\network\PacketTooLargeException.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */
\ No newline at end of file |