Class IronPdfLicensingException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
- 
- com.ironsoftware.ironpdf.exception.IronPdfProductException
- 
- com.ironsoftware.ironpdf.exception.IronPdfLicensingException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class IronPdfLicensingException extends IronPdfProductException Get a free development license at https://ironpdf.com/licensing/#trial-license or purchase a deployment license from https://ironpdf.com/licensing/. - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptionstackTraceString
 
- 
 - 
Constructor SummaryConstructors Constructor Description IronPdfLicensingException(Exception_RemoteException ex)Instantiates a new Iron pdf licensing exception.IronPdfLicensingException(String message, String stackTrace, String exceptionType)Instantiates a new Iron pdf licensing exception.
 - 
Method Summary- 
Methods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptiongetExceptionType, getStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IronPdfLicensingExceptionpublic IronPdfLicensingException(String message, String stackTrace, String exceptionType) Instantiates a new Iron pdf licensing exception.- Parameters:
- message- the message
- stackTrace- the stack trace
- exceptionType- the exception type
 
 - 
IronPdfLicensingExceptionpublic IronPdfLicensingException(Exception_RemoteException ex) Instantiates a new Iron pdf licensing exception.- Parameters:
- ex- the ex
 
 
- 
 
-