org.apache.axis2.wsdl.template.java.JaxwsExceptionTemplate.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
package ;
import ;
/**
* .java
*
* This class was auto-generated from WSDL.
* Apache Axis2 version: #axisVersion# #today#
*
*/
@ (
= " "
= " ",
)
public class extends Exception{
/**
* Java type that goes as soapenv:Fault detail element.
*/
private faultInfo;
/**
* @param faultInfo
* @param message
*/
public (String message, faultInfo) {
super(message);
this.faultInfo = faultInfo;
}
/**
* @param faultInfo
* @param message
* @param cause
*/
public (String message, faultInfo, Throwable cause) {
super(message, cause);
this.faultInfo = faultInfo;
}
/**
* @return
* returns fault bean:
*/
public getFaultInfo() {
return faultInfo;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy