All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.holmos.cache.exception.CacheException Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy