A handler interface that
DemuxingIoHandler forwards
exceptionCaught events to. You have to register your
handler with the type of exception you want to get notified using
DemuxingIoHandler.addExceptionHandler(ClassExceptionHandler) .
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 603158 $, $Date: 2007-12-11 00:06:13 -0700 (Tue, 11 Dec 2007) $
A
ExceptionHandler that closes the session immediately.
This is useful when you want to close the session when an exception of
a specific type is raised.