Package org.apache.ignite.thread
Class OomExceptionHandler
- java.lang.Object
- 
- org.apache.ignite.thread.OomExceptionHandler
 
- 
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
 
 public class OomExceptionHandler extends Object implements Thread.UncaughtExceptionHandler OOM exception handler for system threads.
- 
- 
Constructor SummaryConstructors Constructor Description OomExceptionHandler(org.apache.ignite.internal.GridKernalContext ctx)
 
- 
- 
- 
Method Detail- 
uncaughtExceptionpublic void uncaughtException(Thread t, Throwable e) - Specified by:
- uncaughtExceptionin interface- Thread.UncaughtExceptionHandler
 
 
- 
 
-