-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleIllegalOperationException extends RuntimeException
This exception is thrown when a non-supported operation has been requested upon a characteristic, eg. write operation on a characteristic with only read property.
-
-
Field Summary
Fields Modifier and Type Field Description public final UUIDcharacteristicUUIDpublic final intsupportedPropertiespublic final intneededProperties
-
Constructor Summary
Constructors Constructor Description BleIllegalOperationException(String message, UUID characteristicUUID, int supportedProperties, int neededProperties)
-
Method Summary
Modifier and Type Method Description -
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
-
-