Stay organized with collections Save and categorize content based on your preferences.

SandboxDeadException

public final class SandboxDeadException extends JavaScriptException


Exception thrown when evaluation is terminated due the JavaScriptSandbox being dead. This can happen when close is called or when the sandbox process is killed by the framework.

This is different from IsolateTerminatedException which occurs when the JavaScriptIsolate within a JavaScriptSandbox is terminated.

This exception will continue to be thrown for all future evaluation requests on unclosed isolates.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

SandboxDeadException

public SandboxDeadException()