Added in API level 31

IkeNonProtocolException


abstract class IkeNonProtocolException : IkeException
IkeIOException

Wrapper for I/O exceptions encountered during IKE operations.

IkeInternalException

IkeInternalException encapsulates all local implementation or resource related exceptions.

IkeNetworkLostException

IkeNetworkLostException is returned to the caller via android.net.ipsec.ike.IkeSessionCallback#onError(android.net.ipsec.ike.exceptions.IkeException) if the underlying Network for the was lost with no alternatives.

IkeNonProtocolException encapsulates all implementation-specific non-protocol IKE errors.

Summary