Goodbye, NestableIOException.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3788 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-12-20 02:09:18 +00:00
parent c7d36f9705
commit 7a64be94f2
7 changed files with 26 additions and 34 deletions
@@ -28,8 +28,6 @@ import java.net.InetAddress;
import java.nio.channels.SelectionKey;
import java.nio.channels.SocketChannel;
import com.samskivert.io.NestableIOException;
import com.threerings.io.FramedInputStream;
import com.threerings.io.FramingOutputStream;
import com.threerings.io.ObjectInputStream;
@@ -288,8 +286,8 @@ public abstract class Connection implements NetEventHandler
"and error printing channel [error=" + cnfe + "].");
}
// deal with the failure
handleFailure(new NestableIOException(
"Unable to decode incoming message.", cnfe));
handleFailure((IOException) new IOException(
"Unable to decode incoming message.").initCause(cnfe));
} catch (IOException ioe) {
// don't log a warning for the ever-popular "the client