Class IronPdfProductException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
com.ironsoftware.ironpdf.exception.IronPdfProductException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IronPdfLicensingException

public class IronPdfProductException extends com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
Represents meaningful errors that are thrown explicitly by IronPDF.
See Also:
  • Constructor Details

    • IronPdfProductException

      public IronPdfProductException(String message, String stackTrace, String exceptionType)
      Initializes a new instance of the IronPdfProductException class with a specified error message.
      Parameters:
      message - The message that describes the error.
      stackTrace - the stack trace
      exceptionType - the exception type
    • IronPdfProductException

      public IronPdfProductException(com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException ex)
      Instantiates a new Iron pdf product exception.
      Parameters:
      ex - the ex