io.github.carlosthe19916.webservices.exceptions.UnknownWebServiceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sunat-web-services Show documentation
Show all versions of sunat-web-services Show documentation
Sunat Web Services Endpoints
package io.github.carlosthe19916.webservices.exceptions;
import javax.xml.ws.soap.SOAPFaultException;
public class UnknownWebServiceException extends AbstractWebServiceException {
public UnknownWebServiceException(SOAPFaultException exception) {
super(exception);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy