public class DocumentAccessException 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 this exception is thrown.
Constructor and Description |
---|
DocumentAccessException()
Constructs a new
DocumentAccessException with no message
and no root cause. |
DocumentAccessException(java.lang.String message)
Constructs a
DocumentAccessException with a supplied message,
but no root cause. |
DocumentAccessException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a
DocumentAccessException with message and root
cause. |
DocumentAccessException(java.lang.Throwable rootCause)
Constructs a
DocumentAccessException with the specified root
cause. |
getMessage
public DocumentAccessException()
DocumentAccessException
with no message
and no root cause.public DocumentAccessException(java.lang.String message)
DocumentAccessException
with a supplied message,
but no root cause.message
- the messagepublic DocumentAccessException(java.lang.String message, java.lang.Throwable rootCause)
DocumentAccessException
with message and root
cause.message
- the messagerootCause
- root failure causepublic DocumentAccessException(java.lang.Throwable rootCause)
DocumentAccessException
with the specified root
cause.rootCause
- root failure cause