All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nlpcn.es4sql.jdbc.ObjectResultsExtractException Maven / Gradle / Ivy

The newest version!
package org.nlpcn.es4sql.jdbc;

/**
 * Created by allwefantasy on 8/30/16.
 */
public class ObjectResultsExtractException extends Exception {
    public ObjectResultsExtractException(String message) {
        super(message);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy