[
https://issues.apache.org/jira/browse/OODT-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Foster resolved OODT-95.
------------------------------
Resolution: Fixed
- fixed in r1051555
> 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.