Class WatchdoxSDKException

    • Constructor Detail

      • WatchdoxSDKException

        public WatchdoxSDKException​(String errorType,
                                    String errorText,
                                    int errorCode)
    • Method Detail

      • getErrorType

        public String getErrorType()
      • setErrorType

        public void setErrorType​(String errorType)
      • getErrorText

        public String getErrorText()
      • setErrorText

        public void setErrorText​(String errorText)
      • getErrorCode

        public int getErrorCode()
      • setErrorCode

        public void setErrorCode​(int errorCode)