Class RedisCommandExecutionException

    • Constructor Detail

      • RedisCommandExecutionException

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

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

        public RedisCommandExecutionException​(Throwable cause)
        Create a RedisCommandExecutionException with the specified nested exception.
        Parameters:
        cause - the nested exception.