JAkutenshi commented on code in PR #6031: URL: https://github.com/apache/ignite-3/pull/6031#discussion_r2158606497
########## 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: Not that I had expected, but fine -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org