net.gleamynode.netty.channel
Class DefaultExceptionEvent

java.lang.Object
  extended by net.gleamynode.netty.channel.DefaultChannelEvent
      extended by net.gleamynode.netty.channel.DefaultExceptionEvent
All Implemented Interfaces:
ChannelEvent, ExceptionEvent

public class DefaultExceptionEvent
extends DefaultChannelEvent
implements ExceptionEvent


Constructor Summary
DefaultExceptionEvent(Channel channel, ChannelFuture future, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String toString()
           
 
Methods inherited from class net.gleamynode.netty.channel.DefaultChannelEvent
getChannel, getFuture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.gleamynode.netty.channel.ChannelEvent
getChannel, getFuture
 

Constructor Detail

DefaultExceptionEvent

public DefaultExceptionEvent(Channel channel,
                             ChannelFuture future,
                             Throwable cause)
Method Detail

getCause

public Throwable getCause()
Specified by:
getCause in interface ExceptionEvent

toString

public String toString()
Overrides:
toString in class DefaultChannelEvent


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.