1 package org.openecomp.core.tools.exceptions;
3 public class CommandExecutionRuntimeException extends RuntimeException {
4 public CommandExecutionRuntimeException(String message, Exception exception) {
5 super(message, exception);
8 public CommandExecutionRuntimeException(String message) {