Project

General

Profile

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

    
3
public class CannotDisseminateFormatException extends IllegalArgumentException {
4

    
5
	/**
6
	 * 
7
	 */
8
	private static final long serialVersionUID = 1L;
9

    
10
	public CannotDisseminateFormatException(String string) {
11
		super(string);
12
	}
13

    
14
}
(1-1/3)