Revision 6261
Added by Chris Jones over 13 years ago
src/edu/ucsb/nceas/metacat/dataone/MNodeService.java | ||
---|---|---|
585 | 585 |
public Node getCapabilities() throws NotImplemented, NotAuthorized, |
586 | 586 |
ServiceFailure, InvalidRequest { |
587 | 587 |
|
588 |
return null;
|
|
588 |
throw new NotImplemented("2160", "getCapabilities() not yet implemented");
|
|
589 | 589 |
} |
590 | 590 |
|
591 | 591 |
/** |
... | ... | |
613 | 613 |
throws NotImplemented, ServiceFailure, NotAuthorized, InvalidRequest, |
614 | 614 |
InsufficientResources, UnsupportedType { |
615 | 615 |
|
616 |
return null;
|
|
616 |
throw new NotImplemented("2080", "getOperationsStatistics not yet implemented");
|
|
617 | 617 |
} |
618 | 618 |
|
619 | 619 |
/** |
Also available in: Unified diff
Add placeholder NotImplemented exceptions for getOperationsStatistics() and getCapabilities() in MNodeService.