Project

General

Profile

1
package eu.dnetlib.enabling.is.registry;
2

    
3
public class NoSuchPendingCategoryException extends IllegalStateException {
4

    
5
	public NoSuchPendingCategoryException(String message) {
6
		super(message);
7
	}
8

    
9
	/**
10
	 * 
11
	 */
12
	private static final long serialVersionUID = 6934748076388947172L;
13

    
14
}
(3-3/5)