Class DefaultExceptionEvent

java.lang.Object
org.jboss.netty.channel.DefaultExceptionEvent
All Implemented Interfaces:
ChannelEvent, ExceptionEvent

public class DefaultExceptionEvent extends Object implements ExceptionEvent
The default ExceptionEvent implementation.
  • Field Details

  • Constructor Details

    • DefaultExceptionEvent

      public DefaultExceptionEvent(Channel channel, Throwable cause)
      Creates a new instance.
  • Method Details