Returns a jvalue containing a Java exception instance, suitable for throwing into the JVM. If the passed in exception is a proxy exception, we simply set it into the result. If the passed in exception is a .NET exception, we take as much information as possible from it and create a Java RuntimeException that we set into the result.
a jvalue containing a Java exception instance
JuggerNETException Class | Codemesh.JuggerNET Namespace