Added in API level 31
android.net.ipsec.ike.exceptions
Exceptions
IkeException | IkeException represents a generic exception that includes internal and protocol exceptions. |
IkeInternalException | IkeInternalException encapsulates all local implementation or resource related exceptions. |
IkeIOException | Wrapper for I/O exceptions encountered during IKE operations. |
IkeNetworkLostException |
IkeNetworkLostException is returned to the caller via IkeSessionCallback.onError(android.net.ipsec.ike.exceptions.IkeException) if the underlying Network for the IkeSession was lost with no alternatives.
|
IkeNonProtocolException | IkeNonProtocolException encapsulates all implementation-specific non-protocol IKE errors. |
IkeProtocolException | IkeProtocolException is an abstract class that represents the common information for all IKE protocol errors. |
IkeTimeoutException | This exception is thrown when there is an IKE retransmission timeout. |
InvalidKeException | This exception is thrown when the remote server expected a different Diffie-Hellman group. |
InvalidMajorVersionException | This exception is thrown when major version of an inbound message is higher than 2. |
InvalidSelectorsException | This exception is thrown if the remote server received an IPsec packet with mismatched selectors. |