Class Exception_RemoteException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- IronPdfDeploymentException,- IronPdfInputException,- IronPdfNativeException,- IronPdfProductException
 
 public class Exception_RemoteException extends RuntimeException - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description StringstackTraceString
 - 
Constructor SummaryConstructors Constructor Description Exception_RemoteException()Exception_RemoteException(String message, String exceptionType)Exception_RemoteException(String message, String stackTrace, String exceptionType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionType()StackTraceElement[]getStackTrace()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
stackTraceStringpublic String stackTraceString 
 
- 
 - 
Method Detail- 
getExceptionTypepublic final String getExceptionType() 
 - 
getStackTracepublic StackTraceElement[] getStackTrace() - Overrides:
- getStackTracein class- Throwable
 
 
- 
 
-