Class ConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.services.client.ConversionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionRateLimitException

public class ConversionException extends Exception
Since:
3.3.0
Author:
jharrop
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String msg)
    • ConversionException

      public ConversionException(String msg, Exception e, org.apache.http.HttpResponse response)
    • ConversionException

      public ConversionException(String msg, org.apache.http.HttpResponse response)
    • ConversionException

      public ConversionException(org.apache.http.HttpResponse response)
    • ConversionException

      public ConversionException(String msg, Exception e)
    • ConversionException

      public ConversionException(String msg, Throwable t)
  • Method Details

    • getResponse

      public org.apache.http.HttpResponse getResponse()