All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactivecommons.async.commons.exceptions.SendFailureNoAckException Maven / Gradle / Ivy

There is a newer version: 5.2.2
Show newest version
package org.reactivecommons.async.commons.exceptions;

public class SendFailureNoAckException extends RuntimeException {
    public SendFailureNoAckException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy