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

com.moon.spring.data.redis.MoonRedisAccessException Maven / Gradle / Ivy

package com.moon.spring.data.redis;

/**
 * @author moonsky
 */
public class MoonRedisAccessException extends RuntimeException {

    public MoonRedisAccessException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy