# Print output for @column tags ?>
| IkeException | IkeException represents a generic exception that includes internal and protocol exceptions. |
| IkeInternalException | IkeInternalException encapsulates all local implementation or resource related exceptions. |
| 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. |
| 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. |