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

com.jashmore.sqs.extensions.registry.MessagePayloadDeserializerException 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 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