Class CPMChunkTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.InternationalizedException
org.apache.uima.UIMAException
org.apache.uima.resource.ResourceProcessException
org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private String
private static final long
private String
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
ConstructorsConstructorDescriptionCPMChunkTimeoutException
(long aDocumentId, String aThrottleID, String aDocumentURL) -
Method Summary
Methods inherited from class org.apache.uima.InternationalizedException
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
documentURL
-
throttleID
-
docID
private long docID
-
-
Constructor Details
-
CPMChunkTimeoutException
- Parameters:
aDocumentId
- the document IDaThrottleID
- tbdaDocumentURL
- document URL
-
-
Method Details
-
getDocumentURL
-
getDocID
public long getDocID()- Returns:
- the docID
-
getThrottleID
- Returns:
- the ThrottleID
-