Class RedisException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.somta.core.exception.BaseException
net.somta.core.exception.SysException
net.somta.extra.cache.redis.exception.RedisException
All Implemented Interfaces:
Serializable

public class RedisException extends net.somta.core.exception.SysException
Redis自定义异常
See Also:
  • Constructor Details

    • RedisException

      public RedisException(net.somta.core.base.IBaseError baseError, Object... args)
    • RedisException

      public RedisException(net.somta.core.base.IBaseError baseError, Throwable throwable, Object... args)