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 Summary
Fields inherited from class org.apache.uima.resource.ResourceProcessException
REQUIRED_FEATURE_STRUCTURE_MISSING_FROM_CAS, RESOURCE_DATA_NOT_VALID
Fields inherited from class org.apache.uima.UIMAException
STANDARD_MESSAGE_CATALOG
-
Constructor Summary
ConstructorDescriptionCPMChunkTimeoutException
(long aDocumentId, String aThrottleID, String aDocumentURL) Instantiates a new CPM chunk timeout exception. -
Method Summary
Modifier and TypeMethodDescriptionlong
getDocID()
Gets the doc ID.Gets the document URL.Gets the throttle ID.Methods inherited from class org.apache.uima.UIMAException
getArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.uima.I18nExceptionI
getLocalizedMessage, hasMessageKey
-
Constructor Details
-
CPMChunkTimeoutException
Instantiates a new CPM chunk timeout exception.- Parameters:
aDocumentId
- the document IDaThrottleID
- tbdaDocumentURL
- document URL
-
-
Method Details
-
getDocumentURL
Gets the document URL.- Returns:
- the document URL
-
getDocID
public long getDocID()Gets the doc ID.- Returns:
- the docID
-
getThrottleID
Gets the throttle ID.- Returns:
- the ThrottleID
-