Throw an IOException instead of return null in getRedactionInfo

getRedactionInfo's return value is annotated with @NonNull so when an
error occurs, it should throw the error rather than return null.

Test: build
Bug: 141226763
Change-Id: Ic059017206da6b382b66643bf11bced68bda16fa
1 file changed