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

com.solace.spring.cloud.stream.binder.util.SolaceAcknowledgmentException Maven / Gradle / Ivy

The newest version!
package com.solace.spring.cloud.stream.binder.util;

public class SolaceAcknowledgmentException extends RuntimeException {
    public SolaceAcknowledgmentException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy