public class SystemError extends RuntimeFault
Java class for SystemError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemError"> <complexContent> <extension base="{urn:lookup}RuntimeFault"> <sequence> <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
reason |
faultCause, faultMessage
Constructor and Description |
---|
SystemError() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReason()
Gets the value of the reason property.
|
void |
setReason(java.lang.String value)
Sets the value of the reason property.
|
getFaultCause, getFaultMessage, setFaultCause