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 Details

    • DocumentExtractionException

      public DocumentExtractionException(String message)
      Constructs a new DocumentExtractionException with the specified detail message.
      Parameters:
      message - the detail message
    • DocumentExtractionException

      public DocumentExtractionException(String message, Throwable cause)
      Constructs a new DocumentExtractionException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
    • DocumentExtractionException

      public DocumentExtractionException(Throwable cause)
      Constructs a new DocumentExtractionException with the specified cause.
      Parameters:
      cause - the cause of the exception