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

com.efficient.cache.exception.CacheException Maven / Gradle / Ivy

package com.efficient.cache.exception;

/**
 * @author TMW
 * @since 2022/9/5 9:28
 */
public class CacheException extends RuntimeException{

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy