Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / taxeditor / remoting / cache / CdmClientCacheException.java
1 package eu.etaxonomy.taxeditor.remoting.cache;
2
3 public class CdmClientCacheException extends RuntimeException {
4
5 public CdmClientCacheException(String message) {
6 super(message);
7 }
8
9 public CdmClientCacheException(Exception e) {
10 super(e);
11 }
12 }