Class 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:
    Serialized Form
    • Constructor Detail

      • 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