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

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

There is a newer version: 2.2.2
Show newest version
package com.fastchar.exception;

public class FastCacheException extends RuntimeException {
    private static final long serialVersionUID = -6750897673553402953L;

    public FastCacheException(String message) {
        super(message);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy