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 Summary
Constructors Constructor Description OomExceptionHandler(org.apache.ignite.internal.GridKernalContext ctx)
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread t, Throwable e)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
-