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

x7.repository.exception.L3CacheException Maven / Gradle / Ivy

package x7.repository.exception;

public class L3CacheException extends RuntimeException{

    private String message;

    public L3CacheException(){

    }

    public L3CacheException(String message){
        this.message = message;
    }

    public String getMessage() {
        return message;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy