-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleServiceNotFoundException extends BleException
An exception emitted from com.polidea.rxandroidble2.RxBleDeviceServices or com.polidea.rxandroidble2.RxBleConnection functions that take service's UUID as a param in case the service with the corresponding UUID is not found in the discovered services.
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDserviceUUID
-
Constructor Summary
Constructors Constructor Description BleServiceNotFoundException(UUID serviceUUID)
-
Method Summary
Modifier and Type Method Description UUIDgetServiceUUID()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BleServiceNotFoundException
BleServiceNotFoundException(UUID serviceUUID)
-
-
Method Detail
-
getServiceUUID
UUID getServiceUUID()
-
-
-
-