blob: 4ac18298aef5436a476e42d48fc6fb5ab12a6ca9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/* */ package NET.worlds.network;
/* */
/* */
/* */
/* */
/* */
/* */ public class InvalidServerURLException
/* */ extends Exception
/* */ {
/* */ private static final long serialVersionUID = 5256010949259135827L;
/* */
/* */
/* */
/* */
/* */
/* */ public InvalidServerURLException() {}
/* */
/* */
/* */
/* */
/* */
/* */ public InvalidServerURLException(String msg)
/* */ {
/* 24 */ super(msg);
/* */ }
/* */ }
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\network\InvalidServerURLException.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|