com.twelvemonkeys.servlet.cache.CacheException Maven / Gradle / Ivy
package com.twelvemonkeys.servlet.cache;
/**
* CacheException
*
* @author Harald Kuhr
* @author last modified by $Author: haku $
* @version $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-servlet/src/main/java/com/twelvemonkeys/servlet/cache/CacheException.java#1 $
*/
public class CacheException extends Exception {
public CacheException(Throwable pCause) {
super(pCause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy