The exception types.
Unlike managed methods, Java methods explicitly requires the types of exceptions that could be thrown by the method. This property is to fill this gap.
Note that the generated Android Callable Wrapper (ACW) does not necessarily throws checked exceptions. It could rather throw RuntimeException which is unchecked.