Added in API level 28

ResourceUnavailableException

class ResourceUnavailableException : AndroidException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.util.AndroidException
   ↳ android.net.IpSecManager.ResourceUnavailableException

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