| Package | Description | 
|---|---|
| org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of
 various transports such as a
 NIO Channel. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChannelSink. exceptionCaught(ChannelPipeline pipeline,
               ChannelEvent e,
               ChannelPipelineException cause)Invoked by  ChannelPipelinewhen an exception was raised while
 one of itsChannelHandlers process aChannelEvent. | 
| void | AbstractChannelSink. exceptionCaught(ChannelPipeline pipeline,
               ChannelEvent event,
               ChannelPipelineException cause)Sends an  ExceptionEventupstream with the specifiedcause. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.