aloyszhang commented on code in PR #11671:
URL: https://github.com/apache/inlong/pull/11671#discussion_r1915861953


##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/exception/ProxySdkException.java:
##########
@@ -15,22 +15,34 @@
  * limitations under the License.
  */
 
-package org.apache.inlong.sdk.dataproxy.network;
+package org.apache.inlong.sdk.dataproxy.exception;
 
-public class ProxysdkException extends Exception {
+/**
+ * Proxy Sdk Exception
+ *
+ * Used for unacceptable situations when reporting messages, such as empty 
input parameters,
+ * illegal parameters, abnormal execution status, and exceptions encountered 
during execution that
+ * were not considered during design, etc.
+ *
+ * If this exception is thrown during the debugging phase, the caller needs to 
check and
+ * adjust the corresponding implementation according to the exception content; 
if the exception
+ * is encountered during operation; the caller can try a limited number of 
times,
+ * and discard this report if it fails after trying again.
+ */
+public class ProxySdkException extends Exception {

Review Comment:
   ```suggestion
   public class ProxySDKException extends Exception {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to