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 sessionConstructor 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, wait
completed
public 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 Throwable
Copyright © 2009–2013 Apache MINA Project. All rights reserved.