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

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

There is a newer version: 5.0.1
Show newest version
package com.solace.spring.cloud.stream.binder.util;

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

    public SolaceMessageConversionException(Throwable throwable) {
        super(throwable);
    }

    public SolaceMessageConversionException(String message, Throwable throwable) {
        super(message, throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy