![JAR search and dependency download from the Maven repository](/logo.png)
service.database.exception.ColumnNotExistsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-service Show documentation
Show all versions of database-service Show documentation
This is a library providing an API for accessing databases via socket connections
package service.database.exception;
public class ColumnNotExistsException extends Exception {
public ColumnNotExistsException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy