org.deephacks.graphene.DeleteConstraintException Maven / Gradle / Ivy
package org.deephacks.graphene;
public class DeleteConstraintException extends RuntimeException {
public DeleteConstraintException(String message) {
super(message);
}
public DeleteConstraintException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy