denis-chudov commented on code in PR #6031:
URL: https://github.com/apache/ignite-3/pull/6031#discussion_r2154387151


##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaReservationFailedException.java:
##########
@@ -27,6 +27,15 @@
 public class ReplicaReservationFailedException extends RuntimeException {
     public static final long serialVersionUID = 33897490775763932L;
 
+    /**
+     * Constructor.
+     *
+     * @param message Exception message.
+     */
+    ReplicaReservationFailedException(String message) {

Review Comment:
   removed the second constructor.



-- 
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]

Reply via email to