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

com.jashmore.sqs.extensions.registry.ConsumerSchemaRetrieverException Maven / Gradle / Ivy

Go to download

API for building a payload parser that has been serialized via the schema registered in the Spring Cloud Schema Registry

There is a newer version: 7.0.0
Show newest version
package com.jashmore.sqs.extensions.registry;

/**
 * Exception thrown if there is a problem getting the consumer schema.
 */
public class ConsumerSchemaRetrieverException extends RuntimeException {

    public ConsumerSchemaRetrieverException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy