package org.entando.kubernetes.exception.k8ssvc;
public class EntandoAppPluginLinkingProcessException extends RuntimeException {
public EntandoAppPluginLinkingProcessException() {
super();
}
public EntandoAppPluginLinkingProcessException(String message) {
super(message);
}
}