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

service.database.exception.ColumnNotExistsException Maven / Gradle / Ivy

package service.database.exception;

public class ColumnNotExistsException extends Exception {
    public ColumnNotExistsException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy