Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-95

cas-catalog throws exceptions with blank messages

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.1-incubating
    • 0.2
    • catalog
    • None
    • none

    Description

      Lines like the following:

      throw new CatalogException("", e);
      

      will become:

      throw new CatalogException(e.getMessage(), e);
      

      Attachments

        1. OODT-95.2010-12-20.patch.txt
          19 kB
          Brian Foster

        Activity

          People

            bfoster Brian Foster
            bfoster Brian Foster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: