Revision 7009
Added by Chris Jones almost 13 years ago
src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java | ||
---|---|---|
829 | 829 |
|
830 | 830 |
} |
831 | 831 |
|
832 |
} catch (InvalidRequest e) { |
|
833 |
logMetacat.debug("There was a problem determining if the object identified by" + |
|
834 |
sysmeta.getIdentifier().getValue() + |
|
835 |
" is science metadata: " + e.getMessage()); |
|
836 | 832 |
|
837 | 833 |
} catch (ServiceFailure e) { |
838 | 834 |
logMetacat.debug("There was a problem determining if the object identified by" + |
... | ... | |
844 | 840 |
sysmeta.getIdentifier().getValue() + |
845 | 841 |
" is science metadata: " + e.getMessage()); |
846 | 842 |
|
847 |
} catch (InsufficientResources e) { |
|
848 |
logMetacat.debug("There was a problem determining if the object identified by" + |
|
849 |
sysmeta.getIdentifier().getValue() + |
|
850 |
" is science metadata: " + e.getMessage()); |
|
851 |
|
|
852 | 843 |
} catch (NotImplemented e) { |
853 | 844 |
logMetacat.debug("There was a problem determining if the object identified by" + |
854 | 845 |
sysmeta.getIdentifier().getValue() + |
Also available in: Unified diff
Update D1NodeService to reflect new ObjectFormatCache signature.