
com.alicp.jetcache.CacheConfigException Maven / Gradle / Ivy
The newest version!
/**
* Created on 13-10-03 00:03
*/
package com.alicp.jetcache;
/**
* @author huangli
*/
public class CacheConfigException extends CacheException {
private static final long serialVersionUID = -3401839239922905427L;
public CacheConfigException(Throwable cause) {
super(cause);
}
public CacheConfigException(String message, Throwable cause) {
super(message, cause);
}
public CacheConfigException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy