UwbApiException
public class UwbApiException extends Exception
| java.lang.Object | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.core.uwb.exceptions.UwbApiException |
UwbHardwareNotAvailableException |
The uwb hardware is not available on the device. |
UwbServiceNotAvailableException |
The service was not available on the device. |
UwbSystemCallbackException |
Unusual failures happened in UWB system callback, such as stopping ranging or removing a known controlee failed. |
Exception class for Uwb service errors.
Summary
Public constructors |
|---|
UwbApiException(@NonNull String message) |
Inherited methods |
|---|