The sum of independent but not identically distributed exponential random variables is not exponential. Let's do the calculation via the CDFs: define $Z = X + Y$, and suppose $z \ge 0$, so that $$F_Z(z) = \Pr[Z \le z] = \Pr[X + Y \le z] = \int_{y=0}^\infty \Pr[X \le z - y]f_Y(y) \, dy = \int_{y=0}^z F_X(z-y) f_Y(y) \, dy.$$ Continuing, we obtain
$$\begin{align*}
F_Z(z) &= \frac{1}{\theta_2} \int_{y=0}^z (1 - e^{-(z-y)/\theta_1}) e^{-y/\theta_2} \, dy \\
&= \frac{1}{\theta_2} \int_{y=0}^z e^{-y/\theta_2} \, dy - \frac{1}{\theta_2} \int_{y=0}^z e^{-z/\theta_1} e^{-y(1/\theta_2 - 1/\theta_1)} \, dy \\
&= F_Y(z) - \frac{e^{-z/\theta_1}}{\theta_2} \frac{1}{\frac{1}{\theta_2} - \frac{1}{\theta_1}} \left(1 - e^{-z(1/\theta_2 - 1/\theta_1)}\right) \\
&= 1 - e^{-z/\theta_2} - \frac{\theta_1}{\theta_1 - \theta_2} \left( e^{-z/\theta_1} - e^{-z/\theta_2} \right) \\
&= 1 - \frac{\theta_1 e^{-z/\theta_1} - \theta_2 e^{-z/\theta_2}}{\theta_1 - \theta_2}.
\end{align*}$$
Differentiating with respect to $z$ yields the density
$$f_Z(z) = \frac{e^{-z/\theta_1} - e^{-z/\theta_2}}{\theta_1 - \theta_2}.$$ When $\theta_1 = \theta_2$, then we get a gamma distribution with shape $2$ and scale $\theta_1 = \theta_2$.