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,9 +1,8 @@
|
||||
//
|
||||
// $Id: PresentsServer.java,v 1.12 2001/08/08 23:56:20 mdb Exp $
|
||||
// $Id: PresentsServer.java,v 1.13 2001/09/28 22:32:28 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.server;
|
||||
|
||||
import java.io.IOException;
|
||||
import com.samskivert.util.Config;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
@@ -51,7 +50,7 @@ public class CherServer
|
||||
* Initializes all of the server services and prepares for operation.
|
||||
*/
|
||||
public void init ()
|
||||
throws IOException
|
||||
throws Exception
|
||||
{
|
||||
// create our configuration object
|
||||
config = new Config();
|
||||
|
||||
Reference in New Issue
Block a user