Stay organized with collections
Save and categorize content based on your preferences.
ResourceUnavailableException
class ResourceUnavailableException : AndroidException
Thrown to indicate that an IPsec resource is unavailable.
This could apply to resources such as sockets, SecurityParameterIndex
, IpSecTransform
, or other system resources. If this exception is thrown, users should release allocated objects of the type requested.
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,["# IpSecManager.ResourceUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nResourceUnavailableException\n============================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/IpSecManager.ResourceUnavailableException \"View this page in Java\") \n\n```\nclass ResourceUnavailableException : AndroidException\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.util.AndroidException](../util/AndroidException.html#) ||\n| | | | ↳ | [android.net.IpSecManager.ResourceUnavailableException](#) |\n\nThrown to indicate that an IPsec resource is unavailable.\n\nThis could apply to resources such as sockets, [SecurityParameterIndex](/reference/kotlin/android/net/IpSecManager.SecurityParameterIndex), [IpSecTransform](/reference/kotlin/android/net/IpSecTransform), or other system resources. If this exception is thrown, users should release allocated objects of the type requested.\n\nSummary\n-------"]]