Project

General

Profile

« Previous | Next » 

Revision 6617

Added by Chris Jones over 12 years ago

MockCNode.getSystemMetadata() no longer throws InvalidRequest.

View differences:

MockCNode.java
49 49
     */
50 50
    @Override
51 51
    public SystemMetadata getSystemMetadata(Session session, Identifier pid)
52
        throws InvalidToken, NotImplemented, ServiceFailure, NotAuthorized, NotFound, InvalidRequest {
52
        throws InvalidToken, NotImplemented, ServiceFailure, NotAuthorized, NotFound {
53 53
        throw new NotFound("0000", "MockCNode does not contain any records");
54 54
    }
55 55
    

Also available in: Unified diff