org.apache.axis2.wsdl.template.java.ExceptionTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-codegen Show documentation
Show all versions of axis2-codegen Show documentation
Axis2 Code Generation module
/**
* .java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: #axisVersion# #today#
*/
package ;
public class extends {
private faultMessage;
public (, ) {
super(, );
}
public () {
super(" ");
}
public (java.lang.String s) {
super(s);
}
public (java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}
public (java.lang.Throwable cause) {
super(cause);
}
public void setFaultMessage( msg){
faultMessage = msg;
}
public getFaultMessage(){
return faultMessage;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy