if(!_quit && DEBUG) {
System.err.println(getClass() + " - reading message - exception occurred: \"" + eofException + "\"");
System.err.println(getClass() + " - giving up");
}
throwable = new DisposedException( eofException.getMessage() );
}
catch(Exception exception) {
if(DEBUG) {
System.err.println(getClass() + " - reading message - exception occurred: \"" + exception + "\"");
exception.printStackTrace();
System.err.println(getClass() + " - giving up");
}
if(DEBUG)
exception.printStackTrace();
throwable = new DisposedException( exception.getMessage() );
}
// dispose this bridge only within an error
if (!_quit) {
java_remote_bridge.this.dispose(throwable);