Class DocumentExtractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.blueriq.component.api.documents.extraction.DocumentExtractionException
- All Implemented Interfaces:
Serializable
public class DocumentExtractionException
extends com.aquima.interactions.foundation.exception.AppException
Exception thrown when an error occurs during the extraction of document content.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentExtractionException(String message) Constructs a newDocumentExtractionExceptionwith the specified detail message.DocumentExtractionException(String message, Throwable cause) Constructs a newDocumentExtractionExceptionwith the specified detail message and cause.Constructs a newDocumentExtractionExceptionwith the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentExtractionException
Constructs a newDocumentExtractionExceptionwith the specified detail message.- Parameters:
message- the detail message
-
DocumentExtractionException
-
DocumentExtractionException
Constructs a newDocumentExtractionExceptionwith the specified cause.- Parameters:
cause- the cause of the exception
-