![JAR search and dependency download from the Maven repository](/logo.png)
com.cloudesire.vies_client.ViesVatServiceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vies-client Show documentation
Show all versions of vies-client Show documentation
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