Project

General

Profile

« Previous | Next » 

Revision 61363

1. refactoring and changes of rest api

View differences:

ResourceNotFoundException.java
9 9
        super("Resource Not Found");
10 10
    }
11 11

  
12
    public ResourceNotFoundException(String message) {
13
        super(message);
14
    }
15

  
12 16
    public ResourceNotFoundException(String id, String resourceType) {
13 17
        super(resourceType + " with id " + id + " was not found");
14 18
    }

Also available in: Unified diff