Added in API level 30

PropertyNotAvailableAndRetryException

public class PropertyNotAvailableAndRetryException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ android.car.hardware.property.PropertyNotAvailableAndRetryException


Exception thrown when device that associated with the vehicle property is temporarily not available. It's likely that retrying will be successful.

Summary

Inherited methods