public abstract class AbstractIoFutureListener<V> extends Object implements IoFutureListener<V>
IoFutureListener. if something wrong happen the exception is rethrown,
which will produce an exception caught event for the session| Constructor and Description |
|---|
AbstractIoFutureListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
exception(Throwable t)
Called if there was an exception by the task as it was executing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompletedpublic void exception(Throwable t)
CancellationException of the
future was canceled or ExecutionException
if there was an error executing the task the future was waiting on.exception in interface IoFutureListener<V>t - an instance of ThrowableCopyright © 2009–2013 Apache MINA Project. All rights reserved.