- let the exception handler from decoder handle the exception
This commit is contained in:
parent
835670f592
commit
878ca71018
@ -37,12 +37,12 @@ public class BlockStreamEventMessageHandler extends IoHandlerAdapter {
|
||||
|
||||
private ISessionManagerGateway sessionManager;
|
||||
|
||||
@Override
|
||||
public void exceptionCaught( IoSession session, Throwable cause ) throws Exception
|
||||
{
|
||||
log.warn(cause.toString() + " \n " + cause.getMessage());
|
||||
cause.printStackTrace();
|
||||
}
|
||||
// @Override
|
||||
// public void exceptionCaught( IoSession session, Throwable cause ) throws Exception
|
||||
// {
|
||||
// log.warn(cause.toString() + " \n " + cause.getMessage());
|
||||
// cause.printStackTrace();
|
||||
// }
|
||||
|
||||
@Override
|
||||
public void messageReceived( IoSession session, Object message ) throws Exception
|
||||
|
Loading…
Reference in New Issue
Block a user