public class SkippedDocumentException extends RepositoryDocumentException
RepositoryDocumentExceptions,
proceeding on to the next document.
Although the parent class RepositoryDocumentExceptions are logged at
WARNING level, due to their potential error conditions, these
SkippedDocumentExceptions are logged at FINER level as they can be
considered expected per-document events.
It is the responsibility of the Connector to construct a checkpoint
that skips over the offending Document if DocumentList.checkpoint()
is called after SkippedDocumentException is thrown.| Constructor and Description |
|---|
SkippedDocumentException(java.lang.String message)
Constructs a SkippedDocumentException with a supplied message.
|
getMessagepublic SkippedDocumentException(java.lang.String message)
message - the message indicating the reason this document was skipped