public class DocumentExtractionException
extends java.lang.Exception
Constructor and Description |
---|
DocumentExtractionException()
Creates a new instance of
DocumentExtractionException
without detail message. |
DocumentExtractionException(java.lang.String message)
Constructs an instance of
DocumentExtractionException
with the specified detail message. |
DocumentExtractionException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of
DocumentExtractionException
with the specified detail message and cause. |
DocumentExtractionException(java.lang.Throwable cause)
Constructs an instance of
DocumentExtractionException
with the specified cause. |
public DocumentExtractionException()
DocumentExtractionException
without detail message.public DocumentExtractionException(java.lang.String message)
DocumentExtractionException
with the specified detail message.message
- the detail message.public DocumentExtractionException(java.lang.Throwable cause)
DocumentExtractionException
with the specified cause.cause
- The cause of the exception.public DocumentExtractionException(java.lang.String message, java.lang.Throwable cause)
DocumentExtractionException
with the specified detail message and cause.message
- the detail message.cause
- The cause of the exception.