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

com.twelvemonkeys.servlet.cache.CacheException Maven / Gradle / Ivy

The newest version!
package com.twelvemonkeys.servlet.cache;

/**
 * CacheException
 *
 * @author Harald Kuhr
 * @author last modified by $Author: haku $
 * @version $Id: CacheException.java#1 $
 */
public class CacheException extends Exception {
    public CacheException(Throwable pCause) {
        super(pCause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy