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