public class UnexpectedFault extends RuntimeFault
Java class for UnexpectedFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnexpectedFault">
<complexContent>
<extension base="{urn:lookup}RuntimeFault">
<sequence>
<element name="faultName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fault" type="{urn:lookup}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected String |
faultName |
faultCause, faultMessage| Constructor and Description |
|---|
UnexpectedFault() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getFaultName()
Gets the value of the faultName property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setFaultName(String value)
Sets the value of the faultName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String faultName
protected LocalizedMethodFault fault
public String getFaultName()
Stringpublic void setFaultName(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2016. All Rights Reserved.