ENDRPrint_12CRelease/.svn/pristine/12/12af4036b8cee140730da50c37d564877ecb9be4.svn-base

55 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-08-14 10:58:03 +07:00
package th.co.muangthai.endrprint.wfxml;
import javax.xml.ws.WebFault;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.6 in JDK 6
* Generated source version: 2.1
*
*/
@WebFault(name = "Exception", targetNamespace = "http://xmlns.oracle.com/pcbpel/adapter/db/SearchPolicyDetailAdapter")
public class Exception_Exception
extends java.lang.Exception
{
/**
* Java type that goes as soapenv:Fault detail element.
*
*/
private th.co.muangthai.endrprint.wfxml.Exception faultInfo;
/**
*
* @param message
* @param faultInfo
*/
public Exception_Exception(String message, th.co.muangthai.endrprint.wfxml.Exception faultInfo) {
super(message);
this.faultInfo = faultInfo;
}
/**
*
* @param message
* @param faultInfo
* @param cause
*/
public Exception_Exception(String message, th.co.muangthai.endrprint.wfxml.Exception faultInfo, Throwable cause) {
super(message, cause);
this.faultInfo = faultInfo;
}
/**
*
* @return
* returns fault bean: th.co.muangthai.endrprint.wfxml.Exception
*/
public th.co.muangthai.endrprint.wfxml.Exception getFaultInfo() {
return faultInfo;
}
}