|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.client.batch.BatchInterruptedException
public class BatchInterruptedException
Exception thrown by the client when an entry with a
<batch:interrupted> tag has been detected.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.util.ServiceException |
|---|
ServiceException.LocationType |
| Constructor Summary | |
|---|---|
BatchInterruptedException(BaseFeed feed,
BatchInterrupted interrupted)
Creates a BatchInterrupted exception. |
|
| Method Summary | |
|---|---|
BatchInterrupted |
getBatchInterrupted()
Gets the <batch:interrupted> tag that describes
what went wrong. |
BaseFeed |
getFeed()
Gets the interrupted feed, which might contain reports of succesful operations. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BatchInterruptedException(BaseFeed feed,
BatchInterrupted interrupted)
feed - interrupted - | Method Detail |
|---|
public BatchInterrupted getBatchInterrupted()
<batch:interrupted> tag that describes
what went wrong.
public BaseFeed getFeed()
BatchInterrupted object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||