Project

General

Profile

Download (343 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.persistence.dao.common;
2

    
3
public class OperationNotSupportedInPriorViewException extends
4
		UnsupportedOperationException {
5
	/**
6
	 * 
7
	 */
8
	private static final long serialVersionUID = -7170039485943962416L;
9
	
10
	public OperationNotSupportedInPriorViewException(String message) {
11
		super(message);
12
	}
13

    
14

    
15

    
16
}
(21-21/21)