Class JNIExceptionWrapper

All Implemented Interfaces:
Serializable

public final class JNIExceptionWrapper extends RuntimeException
Wraps an exception thrown by a JNI call into HotSpot. If the exception propagates up to an native image entry point, the exception is re-thrown in HotSpot.
See Also: