I read the docs on Error. Perhaps that concept is what I need to understand better to understand what I should do.
Suppose the situation I describe happens. What is the intended of H2 so that the situation is handled in a clean, deterministic manner? -James On Apr 18, 2010, at 4:16 PM, Kerry Sainsbury wrote: > On Mon, Apr 19, 2010 at 5:39 AM, James Gregurich <[email protected]> wrote: > > BTW: What does java do if 'new' cannot satisfy the request for heap memory? > Does it throw an exception or return NULL? > > > It should throw a java.lang.OutOfMemoryError. Note that this is an Error not > an Exception. -- 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.
