Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libCacheService / src / org / gvsig / cacheservice / CacheServiceException.java @ 18218

History | View | Annotate | Download (279 Bytes)

1 14910 rgaitan
package org.gvsig.cacheservice;
2 14896 rgaitan
/**
3
 *
4 14910 rgaitan
 * @author Rafa Gait�n <rgaitan@dsic.upv.es>
5 14896 rgaitan
 *
6
 */
7
public class CacheServiceException extends Exception {
8
9
        /**
10
         *
11
         */
12
        private static final long serialVersionUID = 1L;
13
14
        public CacheServiceException(Exception e) {
15
                super(e);
16
        }
17
}