Package org.graalvm.nativeimage
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
An exception thrown in the context of managing isolates.
- Since:
- 19.0
- See Also:
-
Constructor Summary
ConstructorDescriptionIsolateException
(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IsolateException
Constructs a new exception with the specified detail message.- Since:
- 19.0
-