public class ApplicationFaultException2 extends ApplicationFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
_faultName, _utid
NAMESPACE_BPEL, NAMESPACE_WPC
Constructor and Description |
---|
ApplicationFaultException2(java.lang.Object[] vars,
java.lang.String faultName,
com.ibm.bpe.api.UTID utid,
java.io.Serializable faultMessage,
java.lang.String wsdlMessageNamespace,
java.lang.String wsdlMessageLocalName,
java.lang.String xsdElementNamespace,
java.lang.String xsdElementLocalName,
java.lang.String xsdTypeNamespace,
java.lang.String xsdTypeLocalName)
Constructs an exception object with the specified fault name, message, and message parameters and
remembers the values of the message variables passed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWSDLMessageLocalName()
Returns the local name of the WSDL message.
|
java.lang.String |
getWSDLMessageNamespace()
Returns the namespace of the WSDL message.
|
java.lang.String |
getXSDElementLocalName()
Returns the local name of the XSD element.
|
java.lang.String |
getXSDElementNamespace()
Returns the namespace of the XSD element.
|
java.lang.String |
getXSDTypeLocalName()
Returns the local name of the XSD type.
|
java.lang.String |
getXSDTypeNamespace()
Returns the namespace of the XSD type.
|
getFaultMessage, getFaultName, getFaultUTID, setFaultMessage
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public ApplicationFaultException2(java.lang.Object[] vars, java.lang.String faultName, com.ibm.bpe.api.UTID utid, java.io.Serializable faultMessage, java.lang.String wsdlMessageNamespace, java.lang.String wsdlMessageLocalName, java.lang.String xsdElementNamespace, java.lang.String xsdElementLocalName, java.lang.String xsdTypeNamespace, java.lang.String xsdTypeLocalName)
vars
- The values of the message variables. Can be an empty array. If the array contains objects,
they must be Serializable.faultName
- The fault name.utid
- The namespace URI template ID of the fault name.faultMessage
- The fault message.wsdlMessageNamespace
- The namespace of the WSDL message, if the type of the fault
is specifed via a WSDL message, null otherwise.wsdlMessageLocalName
- The local name of the WSDL message, if the type of the fault
is specifed via a WSDL message, null otherwise.xsdElementNamespace
- The namespace of the XSD element, if the type of the fault
is specifed via a single-part element typed WSDL message or via an XSD element. Null otherwise.xsdElementLocalName
- The local name of the XSD element, if the type of the fault
is specifed via a single-part element typed WSDL message or via an XSD element. Null otherwise.xsdTypeNamespace
- The namespace of the XSD type, if the type of the fault
is specifed via a single-part type typed WSDL message or via an XSD element or type.
In case of an XSD element this is the namespace of the XSD type the element refers to.
Null otherwise.xsdTypeLocalName
- The local name of the XSD type, if the type of the fault
is specifed via a single-part type typed WSDL message or via an XSD element or type.
In case of an XSD element this is the local name of the XSD type the element refers to.
Null otherwise.public java.lang.String getWSDLMessageNamespace()
public java.lang.String getWSDLMessageLocalName()
public java.lang.String getXSDElementNamespace()
public java.lang.String getXSDElementLocalName()
public java.lang.String getXSDTypeNamespace()
public java.lang.String getXSDTypeLocalName()