Class ErrorHandlerSimpleImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.connection.ErrorHandlerSimpleImpl
-
- All Implemented Interfaces:
ErrorHandler
public class ErrorHandlerSimpleImpl extends Object implements ErrorHandler
dumping all exceptions to log.
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerSimpleImpl()
-
-
-
Method Detail
-
handleException
public void handleException(Throwable throwable)
Description copied from interface:ErrorHandler
Exception handler.- Specified by:
handleException
in interfaceErrorHandler
- Parameters:
throwable
- cause
-
-