Allow the throwing of Exception rather than IOException during the server
init process. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
//
|
||||
// $Id: TestServer.java,v 1.2 2001/08/08 23:48:51 mdb Exp $
|
||||
// $Id: TestServer.java,v 1.3 2001/09/28 22:32:28 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.server.test;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.dobj.*;
|
||||
import com.threerings.cocktail.cher.server.*;
|
||||
@@ -17,7 +15,7 @@ public class TestServer extends CherServer
|
||||
public static TestObject testobj;
|
||||
|
||||
public void init ()
|
||||
throws IOException
|
||||
throws Exception
|
||||
{
|
||||
super.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user