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

org.bidib.wizard.mvc.common.exception.NodeChangeVetoException Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.mvc.common.exception;

public class NodeChangeVetoException extends RuntimeException {

    private static final long serialVersionUID = 1L;

    public NodeChangeVetoException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy