Stay organized with collections
Save and categorize content based on your preferences.
SpiUnavailableException
class SpiUnavailableException : AndroidException
Thrown to indicate that a requested SPI is in use.
The combination of remote InetAddress
and SPI must be unique across all apps on one device. If this error is encountered, a new SPI is required before a transform may be created. This error can be avoided by calling android.net.IpSecManager#allocateSecurityParameterIndex.
Summary
Public methods |
Int |
Get the SPI that caused a collision.
|
Public methods
getSpi
fun getSpi(): Int
Get the SPI that caused a collision.
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.SpiUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSpiUnavailableException\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/IpSecManager.SpiUnavailableException \"View this page in Java\") \n\n```\nclass SpiUnavailableException : 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.SpiUnavailableException](#) |\n\nThrown to indicate that a requested SPI is in use.\n\nThe combination of remote `InetAddress` and SPI must be unique across all apps on one device. If this error is encountered, a new SPI is required before a transform may be created. This error can be avoided by calling android.net.IpSecManager#allocateSecurityParameterIndex.\n\nSummary\n-------\n\n| Public methods ||\n|----------------------------------------------------------------------------|--------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [getSpi](#getSpi())`()` Get the SPI that caused a collision. |\n\nPublic methods\n--------------\n\n### getSpi\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nfun getSpi(): Int\n```\n\nGet the SPI that caused a collision."]]