public class ApiFault extends Object
Java class for ApiFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exceptionCode" type="{urn:tooling.soap.sforce.com}ExceptionCode"/>
<element name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="upgradeURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="upgradeMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionCode |
exceptionCode |
protected String |
exceptionMessage |
protected String |
upgradeMessage |
protected String |
upgradeURL |
| Constructor and Description |
|---|
ApiFault() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionCode |
getExceptionCode()
Gets the value of the exceptionCode property.
|
String |
getExceptionMessage()
Gets the value of the exceptionMessage property.
|
String |
getUpgradeMessage()
Gets the value of the upgradeMessage property.
|
String |
getUpgradeURL()
Gets the value of the upgradeURL property.
|
void |
setExceptionCode(ExceptionCode value)
Sets the value of the exceptionCode property.
|
void |
setExceptionMessage(String value)
Sets the value of the exceptionMessage property.
|
void |
setUpgradeMessage(String value)
Sets the value of the upgradeMessage property.
|
void |
setUpgradeURL(String value)
Sets the value of the upgradeURL property.
|
protected ExceptionCode exceptionCode
protected String exceptionMessage
protected String upgradeURL
protected String upgradeMessage
public ExceptionCode getExceptionCode()
ExceptionCodepublic void setExceptionCode(ExceptionCode value)
value - allowed object is
ExceptionCodepublic String getExceptionMessage()
Stringpublic void setExceptionMessage(String value)
value - allowed object is
Stringpublic String getUpgradeURL()
Stringpublic void setUpgradeURL(String value)
value - allowed object is
Stringpublic String getUpgradeMessage()
StringCopyright © 2016. All rights reserved.