
The cause of the caught exception in checkedGet can be null. This makes the instanceof check false and we would enter the if-condition. Throwables#throwIfInstanceOf requires the parameter to be non-null. This commit fixed the described NPE scenario. Change-Id: Ie2158642c9676dfb1d34b9a11c2280b6067d0dc5