Project

General

Profile

Download (259 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.session;
2

    
3
public class CdmClientSessionException extends RuntimeException {
4

    
5
    private static final long serialVersionUID = -6738096254429238266L;
6

    
7
    public CdmClientSessionException(String message) {
8
		super(message);
9
	}
10
}
(1-1/9)