| Name | Description | Type | Package | Framework |
| ATCommandException | This exception will be thrown when receiving a command response containing a status different than ATCommandStatus#OK after sending an XBee | Class | com.digi.xbee.api.exceptions | XBee |
|
| CommunicationException | This exception will be thrown when any problem related to the communication with the XBee device occurs. | Class | com.digi.xbee.api.exceptions | XBee |
|
| ConnectionException | This exception will be thrown when any problem related to the connection with the XBee device occurs. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InterfaceAlreadyOpenException | This exception will be thrown when trying to open an interface that is already opened by the application. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InterfaceInUseException | This exception will be thrown when trying to open the port/communication interface but it is already in use by other applications. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InterfaceNotOpenException | This exception will be thrown when trying to perform any operation with the XBee device and its communication interface is closed. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InvalidConfigurationException | This exception will be thrown when trying to open an interface with an invalid configuration. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InvalidInterfaceException | This exception will be thrown when trying to open a non-existing interface. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InvalidOperatingModeException | This exception will be thrown when performing any action with the XBee device and its operating mode is different than OperatingMode. | Class | com.digi.xbee.api.exceptions | XBee |
|
| InvalidPacketException | This exception will be thrown when there is an error parsing an API packet from the input stream. | Class | com.digi.xbee.api.exceptions | XBee |
|
| OperationNotSupportedException | This exception will be thrown when the operation performed is not supported by the XBee device. | Class | com.digi.xbee.api.exceptions | XBee |
|
| PermissionDeniedException | This exception will be thrown when the user does not have the appropriate access to the connection interface. | Class | com.digi.xbee.api.exceptions | XBee |
|
| TimeoutException | This exception will be thrown when performing synchronous operations and the configured time expires. | Class | com.digi.xbee.api.exceptions | XBee |
|
| TransmitException | This exception will be thrown when receiving a transmit status different than XBeeTransmitStatus#SUCCESS after sending an XBee API packet. | Class | com.digi.xbee.api.exceptions | XBee |
|
| XBeeDeviceException | This exception will be thrown when any problem related to the XBee deviceSee Also:XBeeException, | Class | com.digi.xbee.api.exceptions | XBee |
|
| XBeeException | Generic XBee API exception. | Class | com.digi.xbee.api.exceptions | XBee |