vote up 0 vote down star

Hi,

Could some one give me some pointers as to how do i propogate an exception from jersey class to lets say a JSP, along with some examples if possible..

Thanks in advance Adhir

flag

54% accept rate

1 Answer

vote up 0 vote down check

Use a Runtime exception to propogate the exception.. WebApplicationException in the JSR311 api does the same thing for you.. if the client is a web app.

Otherwise a checked exception would suffice

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.