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

br.com.jhemarcos.exceptions.CnsQueryException Maven / Gradle / Ivy

package br.com.jhemarcos.exceptions;

@SuppressWarnings("serial")
public class CnsQueryException extends Exception {

    public CnsQueryException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy