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 Summary
Fields Modifier and Type Field Description StringstackTraceString
-
Constructor Summary
Constructors Constructor Description Exception_RemoteException()Exception_RemoteException(String message, String exceptionType)Exception_RemoteException(String message, String stackTrace, String exceptionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionType()StackTraceElement[]getStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
stackTraceString
public String stackTraceString
-
-
Method Detail
-
getExceptionType
public final String getExceptionType()
-
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTracein classThrowable
-
-