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

co.com.sofka.infraestructure.repository.QueryFaultException Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package co.com.sofka.infraestructure.repository;

/**
 * The type Query fault exception.
 */
public class QueryFaultException extends Exception {
    /**
     * Instantiates a new Query fault exception.
     *
     * @param message the message
     */
    public QueryFaultException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy