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 java.lang.String |
faultName |
faultCause, faultMessage
Constructor and Description |
---|
UnexpectedFault() |
Modifier and Type | Method and Description |
---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
java.lang.String |
getFaultName()
Gets the value of the faultName property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setFaultName(java.lang.String value)
Sets the value of the faultName property.
|
getFaultCause, getFaultMessage, setFaultCause
protected java.lang.String faultName
protected LocalizedMethodFault fault
public java.lang.String getFaultName()
String
public void setFaultName(java.lang.String value)
value
- allowed object is
String
public LocalizedMethodFault getFault()
LocalizedMethodFault
public void setFault(LocalizedMethodFault value)
value
- allowed object is
LocalizedMethodFault