Interesting...
I wonder if the JVM is smart enough to reserve some memory for this
case?. It is common practice with Exceptions to wrap it in another
Exception. I never even think twice about it.
sure, but how is your system designed to handle the case where an unintended
exception (such as out of memory) is thrown while an exception is being handled?
The situation CAN happen; therefore, there should be some thought put into how
the system should respond if it does happen. How should the system unwind and
clean itself up? How should client code be informed of the problem?
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.