This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Transport layer: exception
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>, classpath patches <classpath-patches at gnu dot org>
- Date: 01 Jun 2005 22:39:33 -0600
- Subject: Re: [RFA/JDWP] Transport layer: exception
- References: <1117657956.4518.54.camel@lindt.uglyboxes.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Next simple patch is a generic TransportException, which is thrown by
Keith> the transport implementation when the transport is misconfigured or a
Keith> transport initialization error occurs. (More on transports in the next
Keith> patch.)
Ok. Thanks.
Tom