Added in API level 31

TelephonyManager.TimeoutException

public class TelephonyManager.TimeoutException
extends TelephonyManager.NetworkSlicingException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.telephony.TelephonyManager.NetworkSlicingException
         ↳ android.telephony.TelephonyManager.TimeoutException


Exception that is supplied to the callback in TelephonyManager.getNetworkSlicingConfiguration(Executor, OutcomeReceiver) if the system timed out waiting for a response from the Radio.

Summary

Inherited methods