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

com.fastchar.exception.FastCacheException Maven / Gradle / Ivy

package com.fastchar.exception;

public class FastCacheException extends RuntimeException {
    public FastCacheException(String message) {
        super(message);
    }

    public FastCacheException(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy