org.infinispan.server.core.transport.netty
Class NettyExceptionEvent
java.lang.Object
org.infinispan.server.core.transport.netty.NettyChannelEvent
org.infinispan.server.core.transport.netty.NettyExceptionEvent
- All Implemented Interfaces:
- ChannelEvent, ExceptionEvent
public class NettyExceptionEvent
- extends NettyChannelEvent
- implements ExceptionEvent
// TODO: Document this
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCause
public Throwable getCause()
- Specified by:
getCause
in interface ExceptionEvent
getChannel
public Channel getChannel()
- Specified by:
getChannel
in interface ChannelEvent
- Overrides:
getChannel
in class NettyChannelEvent
getFuture
public ChannelFuture getFuture()
- Specified by:
getFuture
in interface ChannelEvent
- Overrides:
getFuture
in class NettyChannelEvent
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.