public final class MarshalledException extends RuntimeException
| Constructor and Description |
|---|
MarshalledException(String foreignExceptionClassName,
String foreignExceptionMessage,
StackTraceElement[] stackTrace)
Creates a
MarshalledException for foreign exception of the
foreignExceptionClassName type with the foreignExceptionMessage message. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
String |
getForeignExceptionClassName()
Returns the foreign exception class name.
|
String |
toString() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MarshalledException(String foreignExceptionClassName, String foreignExceptionMessage, StackTraceElement[] stackTrace)
MarshalledException for foreign exception of the
foreignExceptionClassName type with the foreignExceptionMessage message.foreignExceptionClassName - the foreign exception class nameforeignExceptionMessage - the foreign exception messagestackTrace - the merged stack trace.public String getForeignExceptionClassName()
public Throwable fillInStackTrace()
fillInStackTrace in class Throwable