Added in API level 36

WatchFacePushManager.ReceiverConnectionException

public static final class WatchFacePushManager.ReceiverConnectionException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.wear.services.watchfaces.watchfacepush.WatchFacePushManager.ReceiverConnectionException


Exception thrown when there is a problem with the Watch Face Receiver Service connection, such as:

  • unsuccessful binding.
  • binder was null.
  • binder has died.
  • binder was disconnected.
Reasons for receiving this exception include the feature not being available temporarily due to an OTA update, or constraints due to limited resources. Retrying with an exponential back off is recommended.

Summary

Inherited methods