Class CPMChunkTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.UIMAException
org.apache.uima.resource.ResourceProcessException
org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
- All Implemented Interfaces:
- Serializable,- I18nExceptionI
The Class CPMChunkTimeoutException.
- See Also:
- 
Field SummaryFields inherited from class org.apache.uima.resource.ResourceProcessExceptionREQUIRED_FEATURE_STRUCTURE_MISSING_FROM_CAS, RESOURCE_DATA_NOT_VALIDFields inherited from class org.apache.uima.UIMAExceptionSTANDARD_MESSAGE_CATALOG
- 
Constructor SummaryConstructorsConstructorDescriptionCPMChunkTimeoutException(long aDocumentId, String aThrottleID, String aDocumentURL) Instantiates a new CPM chunk timeout exception.
- 
Method SummaryModifier and TypeMethodDescriptionlonggetDocID()Gets the doc ID.Gets the document URL.Gets the throttle ID.Methods inherited from class org.apache.uima.UIMAExceptiongetArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, initCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.I18nExceptionIgetLocalizedMessage, hasMessageKey
- 
Constructor Details- 
CPMChunkTimeoutExceptionInstantiates a new CPM chunk timeout exception.- Parameters:
- aDocumentId- the document ID
- aThrottleID- tbd
- aDocumentURL- document URL
 
 
- 
- 
Method Details- 
getDocumentURLGets the document URL.- Returns:
- the document URL
 
- 
getDocIDpublic long getDocID()Gets the doc ID.- Returns:
- the docID
 
- 
getThrottleIDGets the throttle ID.- Returns:
- the ThrottleID
 
 
-