org.bidib.wizard.mvc.common.exception.NodeChangeVetoException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-client Show documentation
Show all versions of bidibwizard-client Show documentation
jBiDiB BiDiB Wizard Client Application POM
package org.bidib.wizard.mvc.common.exception;
public class NodeChangeVetoException extends RuntimeException {
private static final long serialVersionUID = 1L;
public NodeChangeVetoException(String message) {
super(message);
}
}