Project

General

Profile

Download (264 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.remote.exception;
2

    
3
public class NoRecordsMatchException extends RuntimeException {
4

    
5
	/**
6
	 * 
7
	 */
8
	private static final long serialVersionUID = 1L;
9
	
10
	public NoRecordsMatchException(String message) {
11
		super(message);
12
	}
13

    
14
}
(3-3/3)