Project

General

Profile

1
package eu.dnetlib.data.objectstore.rmi;
2

    
3
/**
4
 * The Class ObjectStoreFileNotFoundException.
5
 */
6
public class ObjectStoreFileNotFoundException extends ObjectStoreServiceException {
7

    
8
	/** The Constant serialVersionUID. */
9
	private static final long serialVersionUID = -5418923557898374219L;
10

    
11
	/**
12
	 * Instantiates a new object store file not found exception.
13
	 *
14
	 * @param string
15
	 *            the string
16
	 * @param exception
17
	 *            the exception
18
	 */
19
	public ObjectStoreFileNotFoundException(final String string) {
20
		super(string);
21

    
22
	}
23

    
24
}
(3-3/6)