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

io.github.carlosthe19916.webservices.exceptions.UnknownWebServiceException Maven / Gradle / Ivy

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