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:ErrorHandlerException handler.- Specified by:
handleExceptionin interfaceErrorHandler- Parameters:
throwable- cause
-
-