public class QueryEvaluationErrorFault extends BaseFault
This class represents the XML complexType "wsrf-rp:QueryEvaluationErrorFaultType"
<xsd:complexType name="QueryEvaluationErrorFaultType"> <xsd:complexContent> <xsd:extension base="wsrf-bf:BaseFaultType"/> </xsd:complexContent> </xsd:complexType>
Constructor and Description |
---|
QueryEvaluationErrorFault()
Default constructor.
|
QueryEvaluationErrorFault(EndpointReference originator,
ErrorCode errorCode,
FaultDescription[] descriptions,
IOSerializableSOAPElement faultCause,
IOSerializableSOAPElement[] extensibilityElements,
Attribute[] attributes)
Constructor for a new QueryEvaluationErrorFault instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get the message for this fault.
|
getAttributes, getDescriptions, getErrorCode, getExtensibilityElements, getFaultCause, getOriginator, getTimestamp, setAttributes, setDescriptions, setErrorCode, setExtensibilityElements, setFaultCause, setOriginator, setTimestamp
public QueryEvaluationErrorFault()
public QueryEvaluationErrorFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes)
originator
- The WS-Addressing EndpointReference of the Web Service that
generated the fault.errorCode
- The error code.descriptions
- The set of descriptions.faultCause
- The fault cause.extensibilityElements
- The set of extensibility elements.attributes
- The set of attributespublic java.lang.String getMessage()
java.lang.Throwable
to return the text of the first description
in the sequence of descriptions belonging to the fault.getMessage
in class java.lang.Throwable
Throwable.getMessage()