Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-1434

Add ability to rethrow an AMQException

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • M3
    • M4
    • Java Common
    • None

    Description

      Summary:

      When we receive an exception we often simply rethrow by performing:

      throw receivedException;

      However this makes debugging difficult as the stack trace reflects the original point where this exception occurred.

      Adding the ability to perform:

      receivedException.rethrow();

      As has been done to the TransportException in the 0-10 IO Transport layer will allow us to improve our error reporting.

      Attachments

        Issue Links

          Activity

            People

              rgodfrey Robert Godfrey
              ritchiem Martin Ritchie
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: