Project

General

Profile

Download (257 Bytes) Statistics
| Branch: | Tag: | Revision:
1 a9b7d841 ben.clark
package eu.etaxonomy.cdm.remote.controller;
2
3
import eu.etaxonomy.cdm.model.common.LSID;
4
5
public class IdDoesNotExistException extends Exception {
6
7
	public IdDoesNotExistException(LSID identifier) {
8
		// TODO Auto-generated constructor stub
9
	}
10
11
}