public class ResourceUnavailableFault extends BaseFault
This class represents the XML complexType "wsrf-r:ResourceUnavailableFaultType"
<xsd:complexType name="ResourceUnavailableFaultType">
<xsd:complexContent>
<xsd:extension base="wsrf-bf:BaseFaultType"/>
</xsd:complexContent>
</xsd:complexType>
| Constructor and Description |
|---|
ResourceUnavailableFault()
Default constructor.
|
ResourceUnavailableFault(EndpointReference originator,
ErrorCode errorCode,
FaultDescription[] descriptions,
IOSerializableSOAPElement faultCause,
IOSerializableSOAPElement[] extensibilityElements,
Attribute[] attributes)
Constructor for a new ResourceUnavailableFault 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, setTimestamppublic ResourceUnavailableFault()
public ResourceUnavailableFault(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.ThrowableThrowable.getMessage()