Throwing exception or retuning value

Posted by user274737 on Stack Overflow See other posts from Stack Overflow or by user274737
Published on 2010-02-16T21:06:42Z Indexed on 2010/04/07 16:03 UTC
Read the original article Hit count: 178

Filed under:

I am using another service in a Service Oriented Architecture. My service used the other service to save data into the database. Is is good practice for me to rethrow the exception which i get from save service or should i catch the exception and encapsulate it in my result and then just send the result back.

© Stack Overflow or respective owner

Related posts about exception-handling