eu.drus.jpa.unit.neo4j.dataset.NoSuchClassException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-unit-neo4j Show documentation
Show all versions of jpa-unit-neo4j Show documentation
JUnit extension for simple testing of JPA entities and components
The newest version!
package eu.drus.jpa.unit.neo4j.dataset;
public class NoSuchClassException extends Exception {
/**
*
*/
private static final long serialVersionUID = 6589623732762662037L;
public NoSuchClassException(final String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy