|
|||||||||
| 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.
| Constructor Summary | |
|---|---|
BatchInterruptedException(IFeed feed,
IBatchInterrupted interrupted)
Creates a BatchInterrupted exception. |
|
| Method Summary | |
|---|---|
BatchInterrupted |
getBatchInterrupted()
Deprecated. Use getIBatchInterrupted() instead. |
BaseFeed<?,?> |
getFeed()
Deprecated. Use getIFeed() instead. |
IBatchInterrupted |
getIBatchInterrupted()
Gets the <batch:interrupted> tag that describes
what went wrong. |
IFeed |
getIFeed()
|
| 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(IFeed feed,
IBatchInterrupted interrupted)
feed - interrupted - | Method Detail |
|---|
@Deprecated public BatchInterrupted getBatchInterrupted()
getIBatchInterrupted() instead.
<batch:interrupted> tag that describes
what went wrong.
public IBatchInterrupted getIBatchInterrupted()
<batch:interrupted> tag that describes
what went wrong.
@Deprecated public BaseFeed<?,?> getFeed()
getIFeed() instead.
BatchInterrupted object.
public IFeed getIFeed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||