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

com.alexecollins.docker.orchestration.OrchestrationException Maven / Gradle / Ivy

package com.alexecollins.docker.orchestration;

public class OrchestrationException extends RuntimeException {
	OrchestrationException(String message) {super(message);}
	OrchestrationException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy