org.vertexium.VertexiumNotSupportedException Maven / Gradle / Ivy
package org.vertexium;
public class VertexiumNotSupportedException extends RuntimeException {
public VertexiumNotSupportedException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy