Class RedisBusyException

    • Constructor Detail

      • RedisBusyException

        public RedisBusyException​(String msg)
        Create a RedisBusyException with the specified detail message.
        Parameters:
        msg - the detail message.
      • RedisBusyException

        public RedisBusyException​(String msg,
                                  Throwable cause)
        Create a RedisNoScriptException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message.
        cause - the nested exception.