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
	 */
17
	public ObjectStoreFileNotFoundException(final String string) {
18
		super(string);
19

    
20
	}
21

    
22
}
(3-3/6)