Class ZCLException

All Implemented Interfaces:
Serializable

public class ZCLException extends ZigBeeException
This class represents root exception for all the code related to ZigBee/ZCL. The provided constants names, but not the values, maps to the ZCL error codes defined in the ZCL specification.
See Also:
  • Field Details

    • SUCCESS

      public static final int SUCCESS
      ZCL Success error code.
      See Also:
    • FAILURE

      public static final int FAILURE
      ZCL Failure error code.
      See Also:
    • MALFORMED_COMMAND

      public static final int MALFORMED_COMMAND
      ZCL Malformed Command error code.
      See Also:
    • CLUSTER_COMMAND_NOT_SUPPORTED

      public static final int CLUSTER_COMMAND_NOT_SUPPORTED
      ZCL Cluster Command Not Supported error code.
      See Also:
    • GENERAL_COMMAND_NOT_SUPPORTED

      public static final int GENERAL_COMMAND_NOT_SUPPORTED
      ZCL General Command Not Supported error code.
      See Also:
    • MANUF_CLUSTER_COMMAND_NOT_SUPPORTED

      public static final int MANUF_CLUSTER_COMMAND_NOT_SUPPORTED
      ZCL Manuf Cluster Command Not Supported error code.
      See Also:
    • MANUF_GENERAL_COMMAND_NOT_SUPPORTED

      public static final int MANUF_GENERAL_COMMAND_NOT_SUPPORTED
      ZCL Manuf General Command Not Supported error code.
      See Also:
    • INVALID_FIELD

      public static final int INVALID_FIELD
      ZCL Invalid Field error code.
      See Also:
    • UNSUPPORTED_ATTRIBUTE

      public static final int UNSUPPORTED_ATTRIBUTE
      ZCL Unsupported Attribute error code.
      See Also:
    • INVALID_VALUE

      public static final int INVALID_VALUE
      ZCL Invalid Value error code.
      See Also:
    • READ_ONLY

      public static final int READ_ONLY
      ZCL Read Only error code.
      See Also:
    • INSUFFICIENT_SPACE

      public static final int INSUFFICIENT_SPACE
      ZCL Insufficient Space error code.
      See Also:
    • DUPLICATE_EXISTS

      public static final int DUPLICATE_EXISTS
      ZCL Duplicate Exists error code.
      See Also:
    • NOT_FOUND

      public static final int NOT_FOUND
      ZCL Not Found error code.
      See Also:
    • UNREPORTABLE_TYPE

      public static final int UNREPORTABLE_TYPE
      Unreportable Type error code.
      See Also:
    • INVALID_DATA_TYPE

      public static final int INVALID_DATA_TYPE
      ZCL Invalid Data Type error code.
      See Also:
    • HARDWARE_FAILURE

      public static final int HARDWARE_FAILURE
      HARDWARE_FAILURE - in this case, an additional exception describing the problem can be nested.
      See Also:
    • SOFTWARE_FAILURE

      public static final int SOFTWARE_FAILURE
      Software Failure error code - in this case, an additional exception describing the problem can be nested.
      See Also:
    • CALIBRATION_ERROR

      public static final int CALIBRATION_ERROR
      ZCL Calibration Error error code.
      See Also:
  • Constructor Details