| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.gdata.util.ServiceException | |||
| ↳ | com.google.gdata.client.batch.BatchInterruptedException | |||
Exception thrown by the client when an entry with a
<batch:interrupted> tag has been detected.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| feed | |||||||||||
| interrupted | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.util.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a BatchInterrupted exception.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
getIBatchInterrupted() instead.
| |||||||||||
This method is deprecated.
Use
getIFeed() instead.
| |||||||||||
Gets the
<batch:interrupted> tag that describes
what went wrong. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.util.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a BatchInterrupted exception.
| feed | |
|---|---|
| interrupted |
This method is deprecated.
Use getIBatchInterrupted() instead.
Gets the <batch:interrupted> tag that describes
what went wrong.
This method is deprecated.
Use getIFeed() instead.
Gets the interrupted feed, which might contain reports of successful
operations.
The last entry on the feed is always the entry that contains the
BatchInterrupted object.
Gets the <batch:interrupted> tag that describes
what went wrong.