55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
|
|
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;
|
|
}
|
|
|
|
}
|