Package org.apache.storm.messaging.netty
Class NettyUncaughtExceptionHandler
- java.lang.Object
-
- org.apache.storm.messaging.netty.NettyUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class NettyUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description NettyUncaughtExceptionHandler()
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread t, Throwable e)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
-