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

org.uddi.inquiry_v2.DispositionReport Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version

package org.uddi.inquiry_v2;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 2.2.2
 * Thu Nov 26 16:09:49 CET 2009
 * Generated source version: 2.2.2
 * 
 */

@WebFault(name = "dispositionReport", targetNamespace = "urn:uddi-org:api_v2")
public class DispositionReport extends Exception {
    public static final long serialVersionUID = 20091126160949L;
    
    private org.uddi.api_v2.DispositionReport dispositionReport;

    public DispositionReport() {
        super();
    }
    
    public DispositionReport(String message) {
        super(message);
    }
    
    public DispositionReport(String message, Throwable cause) {
        super(message, cause);
    }

    public DispositionReport(String message, org.uddi.api_v2.DispositionReport dispositionReport) {
        super(message);
        this.dispositionReport = dispositionReport;
    }

    public DispositionReport(String message, org.uddi.api_v2.DispositionReport dispositionReport, Throwable cause) {
        super(message, cause);
        this.dispositionReport = dispositionReport;
    }

    public org.uddi.api_v2.DispositionReport getFaultInfo() {
        return this.dispositionReport;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy