public class ApiFault extends com.sforce.ws.SoapFaultException implements com.sforce.ws.bind.XMLizable, IApiFault
| Constructor and Description |
|---|
ApiFault()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionCode |
getExceptionCode()
element : exceptionCode of type {urn:fault.partner.soap.sforce.com}ExceptionCode
java type: com.sforce.soap.partner.fault.ExceptionCode
|
String |
getExceptionMessage()
element : exceptionMessage of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setExceptionCode(ExceptionCode exceptionCode) |
void |
setExceptionMessage(String exceptionMessage) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ExceptionCode getExceptionCode()
IApiFaultgetExceptionCode in interface IApiFaultpublic void setExceptionCode(ExceptionCode exceptionCode)
setExceptionCode in interface IApiFaultpublic String getExceptionMessage()
IApiFaultgetExceptionMessage in interface IApiFaultpublic void setExceptionMessage(String exceptionMessage)
setExceptionMessage in interface IApiFaultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.