-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleCharacteristicNotFoundException extends BleException
An exception being emitted from getCharacteristic or any com.polidea.rxandroidble2.RxBleConnection function that accepts UUID in case the said UUID is not found in the discovered device services.
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDcharacteristicUUID
-
Constructor Summary
Constructors Constructor Description BleCharacteristicNotFoundException(UUID characteristicUUID)
-
Method Summary
Modifier and Type Method Description UUIDgetCharacteristicUUID()Returns characteristic UUID that has not been found UUIDgetCharactersisticUUID()Returns characteristic UUID that has not been found -
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
-
BleCharacteristicNotFoundException
BleCharacteristicNotFoundException(UUID characteristicUUID)
-
-
Method Detail
-
getCharacteristicUUID
UUID getCharacteristicUUID()
Returns characteristic UUID that has not been found
-
getCharactersisticUUID
@Deprecated() UUID getCharactersisticUUID()
Returns characteristic UUID that has not been found
-
-
-
-