Hi all,

I've got servlets that faithfully use the sendError() like this:

res.sendError(500, "Some error description");

This works fine.  However, I'm connecting directly from Java apps that make
servlet queries.  I want to extract this error description, to include it in
user feedback.

But, I can only access the error code itself, and its standard description, by
using the standard Java.net classes.

Thanks for any info,
- Robb

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to