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:
java.io.Serializable
,I18nExceptionI
public class CPMChunkTimeoutException extends ResourceProcessException
The Class CPMChunkTimeoutException.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private long
docID
The doc ID.private java.lang.String
documentURL
The document URL.private static long
serialVersionUID
The Constant serialVersionUID.private java.lang.String
throttleID
The throttle ID.-
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
Constructors Constructor Description CPMChunkTimeoutException(long aDocumentId, java.lang.String aThrottleID, java.lang.String aDocumentURL)
Instantiates a new CPM chunk timeout exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDocID()
Gets the doc ID.java.lang.String
getDocumentURL()
Gets the document URL.java.lang.String
getThrottleID()
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
documentURL
private java.lang.String documentURL
The document URL.
-
throttleID
private java.lang.String throttleID
The throttle ID.
-
docID
private long docID
The doc ID.
-
-