|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface ExceptionEvent
表示ChannelHandler
或I/O线程抛出的异常通知的ChannelEvent
.该事件只能是使用于上游. 请参考
ChannelEvent
文档了解什么事上游事件和下游事件和它们之间的区别.
方法摘要 | |
---|---|
java.lang.Throwable |
getCause()
返回抛出的异常. |
从接口 org.jboss.netty.channel.ChannelEvent 继承的方法 |
---|
getChannel, getFuture |
方法详细信息 |
---|
java.lang.Throwable getCause()
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |