cas-catalog throws exceptions with blank messages
-------------------------------------------------

                 Key: OODT-95
                 URL: https://issues.apache.org/jira/browse/OODT-95
             Project: OODT
          Issue Type: Improvement
          Components: catalog
    Affects Versions: 0.1-incubating
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.2



Lines like the following:
{noformat}
throw new CatalogException("", e);
{noformat}
will become:
{noformat}
throw new CatalogException(e.getMessage(), e);
{noformat}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to