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

com.shinesolutions.aemorchestrator.exception.MessageHandlerNotFoundException Maven / Gradle / Ivy

Go to download

Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder

There is a newer version: 4.0.0
Show newest version
package com.shinesolutions.aemorchestrator.exception;

public class MessageHandlerNotFoundException extends Exception {

    private static final long serialVersionUID = 1L;

    public MessageHandlerNotFoundException(String messageSubject) {
        super("No message handler found for message with subject: " + messageSubject);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy