Interface ExceptionEvent
- All Superinterfaces:
ChannelEvent
- All Known Implementing Classes:
DefaultExceptionEvent
A
ChannelEvent which represents the notification of an exception
raised by a ChannelHandler or an I/O thread. This event is for
going upstream only. Please refer to the ChannelEvent documentation
to find out what an upstream event and a downstream event are and what
fundamental differences they have.-
Method Summary
Methods inherited from interface ChannelEvent
getChannel, getFuture
-
Method Details
-
getCause
Throwable getCause()Returns the raised exception.
-