public class RepositoryDocumentException extends RepositoryException
RepositoryDocumentExceptions, proceeding on to the next document.
It is the responsibility of the Connector to construct a checkpoint
that skips over the offending Document if
DocumentList.checkpoint() is called after
RepositoryDocumentException is thrown.| Constructor and Description |
|---|
RepositoryDocumentException()
Constructs a new
RepositoryDocumentException with no message
and no root cause. |
RepositoryDocumentException(java.lang.String message)
Constructs a
RepositoryDocumentException with a supplied message,
but no root cause. |
RepositoryDocumentException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a
RepositoryDocumentException with message and root
cause. |
RepositoryDocumentException(java.lang.Throwable rootCause)
Constructs a
RepositoryDocumentException with the specified root
cause. |
getMessagepublic RepositoryDocumentException()
RepositoryDocumentException with no message
and no root cause.public RepositoryDocumentException(java.lang.String message)
RepositoryDocumentException with a supplied message,
but no root cause.message - the messagepublic RepositoryDocumentException(java.lang.String message,
java.lang.Throwable rootCause)
RepositoryDocumentException with message and root
cause.message - the messagerootCause - root failure causepublic RepositoryDocumentException(java.lang.Throwable rootCause)
RepositoryDocumentException with the specified root
cause.rootCause - root failure cause