com.jashmore.sqs.extensions.registry.MessagePayloadDeserializerException 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 when there was an error trying to deserialize the message payload to the required schema.
*/
public class MessagePayloadDeserializerException extends RuntimeException {
public MessagePayloadDeserializerException(final Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy