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
public final class IronPdfDeploymentException extends Exception_RemoteException
Represents errors that occur during IronPDF binary asset deployment.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
stackTraceString 
 - 
 
- 
Constructor Summary
Constructors Constructor Description IronPdfDeploymentException(Exception_RemoteException ex)Instantiates a new Iron pdf deployment exception.IronPdfDeploymentException(String message, String stackTrace, String exceptionType)Instantiates a new Iron pdf deployment exception. 
- 
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
- 
IronPdfDeploymentException
public IronPdfDeploymentException(String message, String stackTrace, String exceptionType)
Instantiates a new Iron pdf deployment exception.- Parameters:
 message- the messagestackTrace- the stack traceexceptionType- the exception type
 
- 
IronPdfDeploymentException
public IronPdfDeploymentException(Exception_RemoteException ex)
Instantiates a new Iron pdf deployment exception.- Parameters:
 ex- the ex
 
 - 
 
 -