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);
}
}