com.github.leeonky.dal.runtime.SchemaAssertionFailure Maven / Gradle / Ivy
package com.github.leeonky.dal.runtime;
public class SchemaAssertionFailure extends java.lang.RuntimeException {
public SchemaAssertionFailure(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy