Hide IkeProtocolException subclasses without useful error data
As requestsed by API council, hide IkeProtocolException
subclasses if it does not have extra error data
(e.g. AuthenticationFailedException), or the error data is not
useful to callers (e.g. InvalidIkeSpiException). For these
errors, callers can know their error types from
IkeProtocolException.
Affected APIs in this patch are all unreleased APIs.
Bug: 175091931
Test: FrameworksIkeTests, CtsIkeTestCases
Change-Id: Icd4e58ddd177def9cccf7308e0541a8863b9b1d3
15 files changed