Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/HIVEMIND-69

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: HIVEMIND-69
    Summary: Possibility to map exceptions of service implementation to other 
exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Major

    Project: HiveMind
 Components: 
             framework

   Assignee: 
   Reporter: Jean-Francois Poilpret

    Created: Sun, 17 Oct 2004 6:13 AM
    Updated: Sun, 17 Oct 2004 6:13 AM

Description:
This is common need when using existing libraries which always throw checked 
exceptions, obliging developers that use them to systematically wrap them into 
try/catch to remap them to runtime exception where appropriate. Eg, generally 
we do not want a persistence exception (from an ORM library) to be thrown 
across all layers of our system: it should be caught at the DAO layer and most 
often replaced by a runtime exception (considered to be "technical" problem 
against which we cannot do anything).


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to