
org.reactivecommons.async.commons.exceptions.SendFailureNoAckException Maven / Gradle / Ivy
package org.reactivecommons.async.commons.exceptions;
public class SendFailureNoAckException extends RuntimeException {
public SendFailureNoAckException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy