com.holmos.cache.exception.CacheException Maven / Gradle / Ivy
package com.holmos.cache.exception;
/**
*
* @author: 吴银龙([email protected])
* @version: 2013-3-12 上午12:04:46
*/
public class CacheException extends RuntimeException{
public CacheException(String string) {
}
private static final long serialVersionUID = 9008169558908780060L;
}