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

com.infomaximum.database.exception.FieldValueNotFoundException Maven / Gradle / Ivy

The newest version!
package com.infomaximum.database.exception;

public class FieldValueNotFoundException extends RuntimeException {

    public FieldValueNotFoundException(String fieldName) {
        super(fieldName);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy