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

com.cloudesire.vies_client.ViesVatServiceException Maven / Gradle / Ivy

Go to download

Java SOAP client for the European "VAT Information Exchange System" (VIES) system for validation of VAT numbers

The newest version!
package com.cloudesire.vies_client;

public class ViesVatServiceException extends Exception
{
	private String errorKey;

	public ViesVatServiceException ( String key, String message )
	{
		super( message );
		this.errorKey = key;
	}

	public String getErrorKey ()
	{
		return errorKey;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy