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