private boolean inet_reply_error(EObject reason) throws Pausable {
/*
* send message:* {inet_reply, Port, Ref, {error,Reason}}
*/
EHandle caller = this.caller;
this.caller = null;
ETuple msg = ETuple.make(am_inet_reply, port(), new ETuple2(
ERT.am_error, reason));
if (portlog.isLoggable(Level.FINER)) {
portlog.finer("sending to " + caller + " ! " + msg);