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

com.jashmore.sqs.extensions.registry.SchemaReferenceExtractorException 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 for when there was a problem determining the version of the schema for the received message.
 */
public class SchemaReferenceExtractorException extends RuntimeException {
    public SchemaReferenceExtractorException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy