-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Java Drivers
-
None
-
None
-
None
-
None
-
None
-
None
- Any uncaught exceptions that are not VirtualMachineError, we may log via the driver logging mechanism (if it is not available, them we should handle them by calling Thread.currentThread().getThreadGroup().uncaughtException(e, Thread.currentThread()).
- If we encounter VirtualMachineError, we should terminate the process.
- We still should try and handle such errors the same way we handle other uncaught exceptions, but make sure the VM terminates even if logging fails.
For more details see