Class MarshalledException

All Implemented Interfaces:
Serializable

public final class MarshalledException extends RuntimeException
An exception representing an exception thrown over the isolate boundary.
See Also:
  • Constructor Details

    • MarshalledException

      public MarshalledException(String foreignExceptionClassName, String foreignExceptionMessage, StackTraceElement[] stackTrace)
      Creates a MarshalledException for foreign exception of the foreignExceptionClassName type with the foreignExceptionMessage message.
      Parameters:
      foreignExceptionClassName - the foreign exception class name
      foreignExceptionMessage - the foreign exception message
      stackTrace - the merged stack trace.
  • Method Details