
test.java.uri.helloworld.HelloFault_Exception Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-cxf-bc Show documentation
Show all versions of servicemix-cxf-bc Show documentation
JBI compliant HTTP/SOAP or JMS/SOAP binding component which use Apache CXF internally
The newest version!
package uri.helloworld;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 2.6.4
* 2013-01-15T22:06:47.973+01:00
* Generated source version: 2.6.4
*/
@WebFault(name = "HelloFault", targetNamespace = "uri:HelloWorld")
public class HelloFault_Exception extends Exception {
private uri.helloworld.HelloFault helloFault;
public HelloFault_Exception() {
super();
}
public HelloFault_Exception(String message) {
super(message);
}
public HelloFault_Exception(String message, Throwable cause) {
super(message, cause);
}
public HelloFault_Exception(String message, uri.helloworld.HelloFault helloFault) {
super(message);
this.helloFault = helloFault;
}
public HelloFault_Exception(String message, uri.helloworld.HelloFault helloFault, Throwable cause) {
super(message, cause);
this.helloFault = helloFault;
}
public uri.helloworld.HelloFault getFaultInfo() {
return this.helloFault;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy