- All Superinterfaces:
EventListener
An exception handler for utility channel listeners.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(T channel, IOException exception) Handle an exception on the channel.
-
Method Details
-
handleException
Handle an exception on the channel.- Parameters:
channel- the channelexception- the exception
-