Class Isolates.IsolateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graalvm.nativeimage.Isolates.IsolateException
All Implemented Interfaces:
Serializable
Enclosing class:
Isolates

public static final class Isolates.IsolateException extends RuntimeException
An exception thrown in the context of managing isolates.
Since:
19.0
See Also:
  • Constructor Details

    • IsolateException

      public IsolateException(String message)
      Constructs a new exception with the specified detail message.
      Since:
      19.0