public class BatchInterruptedException extends ServiceException
<batch:interrupted> tag has been detected.| Constructor and Description |
|---|
BatchInterruptedException(IFeed feed,
IBatchInterrupted interrupted)
Creates a BatchInterrupted exception.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessagepublic BatchInterruptedException(IFeed feed, IBatchInterrupted interrupted)
feed - interrupted - @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()