Uses of Class
org.osgi.service.zigbee.ZigBeeException
-
Packages that use ZigBeeException Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZigBeeException in org.osgi.service.zigbee
Subclasses of ZigBeeException in org.osgi.service.zigbee Modifier and Type Class Description classAPSExceptionThis exception class is specialized for the APS errors.classZCLExceptionThis class represents root exception for all the code related to ZigBee/ZCL.classZDPExceptionThis class represents root exception for all the code related to ZDP.Methods in org.osgi.service.zigbee that return ZigBeeException Modifier and Type Method Description ZigBeeExceptionZCLReadStatusRecord. getFailure()Returns the potential failure of the reading operation.Methods in org.osgi.service.zigbee with parameters of type ZigBeeException Modifier and Type Method Description voidZigBeeEndpoint. notExported(ZigBeeException e)Notifies that the base driver is unable to export this endpoint.
-