| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.sforce.async.AsyncApiException | ||
AsyncApiException --
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| exceptionCode | |||||||||||
| exceptionCode__is_set | |||||||||||
| exceptionCode__typeInfo | element : exceptionCode of type {http://www.force.com/2009/06/asyncapi/dataload}AsyncExceptionCode java type: com.sforce.soap.dataload.AsyncExceptionCode | ||||||||||
| exceptionMessage | |||||||||||
| exceptionMessage__is_set | |||||||||||
| exceptionMessage__typeInfo | element : exceptionMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
load the fileds/children from the specified xml stream
| |||||||||||
write this instace as xml.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.sforce.ws.bind.XMLizable
| |||||||||||
element : exceptionCode of type {http://www.force.com/2009/06/asyncapi/dataload}AsyncExceptionCode java type: com.sforce.soap.dataload.AsyncExceptionCode
element : exceptionMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
Constructor
| message | |
|---|---|
| code | |
| th |
load the fileds/children from the specified xml stream
| __in | Xml input stream from which the data is read |
|---|---|
| __typeMapper | Type mapper to be used |
| ConnectionException | |
|---|---|
| IOException |
| exceptionMessage |
|---|
write this instace as xml.
| __element | Xml element name |
|---|---|
| __out | Xml output stream |
| __typeMapper | Type mapper to be used |
| IOException |
|---|
| __out | |
|---|---|
| __typeMapper |
| IOException |
|---|