com.jashmore.sqs.extensions.registry.ConsumerSchemaRetrieverException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-schema-registry-extension-api Show documentation
Show all versions of spring-cloud-schema-registry-extension-api Show documentation
API for building a payload parser that has been serialized via the schema registered in the Spring Cloud Schema Registry
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