Lorenz Quack created QPID-6512:
----------------------------------

             Summary: Exception chaining is handled inconsistenly
                 Key: QPID-6512
                 URL: https://issues.apache.org/jira/browse/QPID-6512
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: 0.32
            Reporter: Lorenz Quack
            Priority: Minor


Different methods of exception chaining are used in the code:
javax.jms.JMSException#setLinkedException, java.lang.Exception#initCause, and 
org.apache.qpid.client.JMSAMQException.
This should be handled more consistently. In particular everywhere 
setLinkedException is called initCause should also be called.
 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to