Class IronPdfDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
com.ironsoftware.ironpdf.exception.IronPdfDeploymentException
- All Implemented Interfaces:
- Serializable
Represents errors that occur during IronPDF binary asset deployment.
- See Also:
- 
Field SummaryFields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptionstackTraceString
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new Iron pdf deployment exception.IronPdfDeploymentException(String message, String stackTrace, String exceptionType) Instantiates a new Iron pdf deployment exception.
- 
Method SummaryMethods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptiongetExceptionType, getStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IronPdfDeploymentExceptionInstantiates a new Iron pdf deployment exception.- Parameters:
- message- the message
- stackTrace- the stack trace
- exceptionType- the exception type
 
- 
IronPdfDeploymentExceptionInstantiates a new Iron pdf deployment exception.- Parameters:
- ex- the ex
 
 
-