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

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

Go to download

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

The newest version!
package com.shinesolutions.aemorchestrator.exception;

public class NoPairFoundException extends Exception {
    
    private static final long serialVersionUID = 1L;

    public NoPairFoundException(String instanceId) {
        super("Unable to find available pair for instance " + instanceId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy