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 Exception_RemoteException
Represents meaningful errors that are thrown explicitly by IronPDF.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
stackTraceString
-
-
Constructor Summary
Constructors Constructor Description IronPdfProductException(Exception_RemoteException ex)
Instantiates a new Iron pdf product exception.IronPdfProductException(String message, String stackTrace, String exceptionType)
Initializes a new instance of theIronPdfProductException
class with a specified error message.
-
Method Summary
-
Methods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
getExceptionType, getStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IronPdfProductException
public IronPdfProductException(String message, String stackTrace, String exceptionType)
Initializes a new instance of theIronPdfProductException
class with a specified error message.- Parameters:
message
- The message that describes the error.stackTrace
- the stack traceexceptionType
- the exception type
-
IronPdfProductException
public IronPdfProductException(Exception_RemoteException ex)
Instantiates a new Iron pdf product exception.- Parameters:
ex
- the ex
-
-