History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CNM-17
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jens Halm
Reporter: Jens Halm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cinnamon

Improve ErrorMessages sent to the Client (unwrap some ServiceExceptions)

Created: 04/Dec/07 09:58 AM   Updated: 18/Jan/08 07:22 PM
Component/s: Service Layer
Affects Version/s: 0.1.M1
Fix Version/s: 0.1.0


 Description  « Hide
Many Exceptions in the Service Layer will be wrapped in a generic ServiceException which will not provide any meaningful error message to the client.
These Exceptions should be unwrapped before instances of ErrorMessage will be created.

 All   Comments   Change History      Sort Order:
Jens Halm - 18/Jan/08 07:22 PM
Unwrapping of certain types of ServiceExceptions was added to the ErrorMessage constructor.