JOptionPane.ERROR_MESSAGE);
}
});
}
} catch (InvocationTargetException ite) {
throw new TransportProtocolException("Invocation Exception: " +
ite.getMessage());
} catch (InterruptedException ie) {
throw new TransportProtocolException(
"SwingUtilities thread interrupted!");
}
}