package com.jmfy.util;
public class RedisRunTimeException extends RuntimeException{
public RedisRunTimeException()
{
super();
}
public RedisRunTimeException(String msg){
super(msg);
public RedisRunTimeException(Throwable cau)
super(cau);