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

com.helger.peppol.smlclient.smp.NotFoundFault Maven / Gradle / Ivy

There is a newer version: 8.0.7
Show newest version

package com.helger.peppol.smlclient.smp;

import javax.xml.ws.WebFault;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.9-b14002
 * Generated source version: 2.1
 * 
 */
@WebFault(name = "NotFoundFault", targetNamespace = "http://busdox.org/serviceMetadata/locator/1.0/")
public class NotFoundFault
    extends Exception
{

    /**
     * Java type that goes as soapenv:Fault detail element.
     * 
     */
    private FaultType faultInfo;

    /**
     * 
     * @param message
     * @param faultInfo
     */
    public NotFoundFault(String message, FaultType faultInfo) {
        super(message);
        this.faultInfo = faultInfo;
    }

    /**
     * 
     * @param message
     * @param faultInfo
     * @param cause
     */
    public NotFoundFault(String message, FaultType faultInfo, Throwable cause) {
        super(message, cause);
        this.faultInfo = faultInfo;
    }

    /**
     * 
     * @return
     *     returns fault bean: com.helger.peppol.smlclient.smp.FaultType
     */
    public FaultType getFaultInfo() {
        return faultInfo;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy