adoroszlai commented on code in PR #7854:
URL: https://github.com/apache/ozone/pull/7854#discussion_r1954088422
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerException.java:
##########
@@ -25,6 +25,16 @@
*/
public class ContainerException extends SCMException {
+ /**
+ * Constructs an {@code SCMException} with {@code null}
Review Comment:
```suggestion
* Constructs a {@code ContainerException} with {@code null}
```
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ha/NonRetriableException.java:
##########
@@ -24,6 +24,15 @@
*/
public class NonRetriableException extends IOException {
+ /**
+ * Constructs an {@code IOException} with the given detailed message. <p>
Review Comment:
```suggestion
* Constructs a {@code NonRetriableException} with the given detailed
message. <p>
```
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/exceptions/SCMException.java:
##########
@@ -25,6 +25,17 @@
public class SCMException extends IOException {
private final ResultCodes result;
+ /**
+ * Constructs an {@code IOException} with {@code null}
Review Comment:
```suggestion
* Constructs an {@code SCMException} with {@code null}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]