Stay organized with collections
Save and categorize content based on your preferences.
IkeNonProtocolException
abstract class IkeNonProtocolException : IkeException
IkeNonProtocolException encapsulates all implementation-specific non-protocol IKE errors.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# IkeNonProtocolException\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeNonProtocolException\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/exceptions/IkeNonProtocolException \"View this page in Java\") \n\n```\nabstract class IkeNonProtocolException : IkeException\n```\n\n|---|---|---|---|---------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../../../../java/lang/Exception.html#) |||\n| | | ↳ | [android.net.ipsec.ike.exceptions.IkeException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeException) ||\n| | | | ↳ | [android.net.ipsec.ike.exceptions.IkeNonProtocolException](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [IkeIOException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeIOException), [IkeInternalException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeInternalException), [IkeNetworkLostException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeNetworkLostException) |-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [IkeIOException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeIOException) | Wrapper for I/O exceptions encountered during IKE operations. | | [IkeInternalException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeInternalException) | IkeInternalException encapsulates all local implementation or resource related exceptions. | | [IkeNetworkLostException](/reference/kotlin/android/net/ipsec/ike/exceptions/IkeNetworkLostException) | IkeNetworkLostException is returned to the caller via [android.net.ipsec.ike.IkeSessionCallback#onError(android.net.ipsec.ike.exceptions.IkeException)](../IkeSessionCallback.html#onError(android.net.ipsec.ike.exceptions.IkeException)) if the underlying Network for the was lost with no alternatives. | |\n\nIkeNonProtocolException encapsulates all implementation-specific non-protocol IKE errors.\n\nSummary\n-------"]]