SandboxDeadException


public final class SandboxDeadException extends IsolateTerminatedException

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.

Summary

Public constructors

Inherited methods

From java.lang.Throwable

Public constructors

SandboxDeadException

Added in 1.0.0
public SandboxDeadException()

SandboxDeadException

Added in 1.0.0
public SandboxDeadException(@NonNull String message)