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 class
APSException
This exception class is specialized for the APS errors.class
ZCLException
This class represents root exception for all the code related to ZigBee/ZCL.class
ZDPException
This 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 ZigBeeException
ZCLReadStatusRecord. 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 void
ZigBeeEndpoint. notExported(ZigBeeException e)
Notifies that the base driver is unable to export this endpoint.
-