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

co.com.bancolombia.commons.jms.exceptions.RelatedMessageNotFoundException Maven / Gradle / Ivy

The newest version!
package co.com.bancolombia.commons.jms.exceptions;

import jakarta.jms.JMSRuntimeException;

public class RelatedMessageNotFoundException extends JMSRuntimeException {
    public RelatedMessageNotFoundException(String correlationId) {
        super("Processor not found for correlationId: " + correlationId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy