You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/21 02:13:02 UTC

[jira] Updated: (OODT-95) cas-catalog throws exceptions with blank messages

     [ https://issues.apache.org/jira/browse/OODT-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-95:
-----------------------------

    Attachment: OODT-95.2010-12-20.patch.txt


- attached patch

> 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
>
>         Attachments: OODT-95.2010-12-20.patch.txt
>
>
> 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.