Searched refs:wrapAsIkeException (Results 1 – 6 of 6) sorted by relevance
33 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;470 throw wrapAsIkeException(e); in getIkeSocket()485 throw wrapAsIkeException(e); in getAndSwitchToIkeSocket()515 throw wrapAsIkeException( in setUp()536 throw wrapAsIkeException(e); in setUp()562 throw wrapAsIkeException(e); in setUp()679 throw wrapAsIkeException( in onNetworkSetByUser()718 throw wrapAsIkeException(e); in restartKeepaliveIfRunning()860 throw wrapAsIkeException(new UnsupportedOperationException("IPv6 NAT-T not supported")); in handleNatDetectionResultInIkeInit()870 throw wrapAsIkeException(e); in handleNatDetectionResultInIkeInit()[all …]
20 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;79 cb.onError(wrapAsIkeException(e)); in executeOrSendFatalError()
49 public static IkeException wrapAsIkeException(Exception exception) { in wrapAsIkeException() method in IkeException
20 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;736 mUserCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()739 recordMetricsEvent_sessionTerminated(wrapAsIkeException(e)); in cleanUpAndQuit()788 IkeException ikeException = wrapAsIkeException(error); in handleChildFatalError()1759 recordMetricsEvent_sessionTerminated(wrapAsIkeException(exception)); in handleProcessRespOrSaCreationFailAndQuit()1768 recordMetricsEvent_sessionTerminated(wrapAsIkeException(exception)); in handleErrorNotify()2601 CREATE_STATUS_CHILD_ERROR_INVALID_MSG, wrapAsIkeException(e)); in validateAndNegotiateChild()
33 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;1027 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()1033 recordMetricsEvent_sessionTerminated(wrapAsIkeException(error)); in handleMessage()1205 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()1208 recordMetricsEvent_sessionTerminated(wrapAsIkeException(e)); in cleanUpAndQuit()1271 IkeException ikeException = wrapAsIkeException(error); in handleIkeFatalError()1366 wrapAsIkeException(new IllegalStateException("mInitialSetupData is null"))); in enterState()3216 wrapAsIkeException(new IllegalStateException("mInitialSetupData is null"))); in enterState()3853 wrapAsIkeException(new IllegalStateException("mSetupData is null"))); in enterState()5141 handleProcessRespOrSaCreationFailureAndQuit(wrapAsIkeException(e)); in handleResponseIkeMessage()[all …]
20 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;871 throw wrapAsIkeException(e); in decryptAndAuthenticate()