test.java.uri.helloworld.HelloFault_Exception Maven / Gradle / Ivy
package uri.helloworld;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 2.4.8
* 2012-06-23T09:23:31.721+02:00
* Generated source version: 2.4.8
*/
@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