Committing large number of changes relating to versioning implementation (#108)
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / persistence / dao / common / OperationNotSupportedInPriorViewException.java
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 }