IpSecManager.SpiUnavailableException  |  API reference  |  Android Developers (original) (raw)


class SpiUnavailableException : AndroidException

kotlin.Any
kotlin.Throwable
java.lang.Exception
android.util.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 getSpi() 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.