RuntimeException
subclass that may be thrown from an SNI native using SNI_throwNativeException()
function.NativeException
with the specified error code and detail message.NativeException
with the specified error code, detail message and cause.IOException
subclass that may be thrown from an SNI native using SNI_throwNativeIOException()
function.NativeIOException
with the specified error code and detail message.NativeIOException
with the specified error code, detail message and cause.NativeResource
is an object representing a runtime element managed by the native side (such as a file, a
socket, an image, ...).