net.gleamynode.netty.channel
Class ChannelPipelineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.gleamynode.netty.channel.ChannelException
                  extended by net.gleamynode.netty.channel.ChannelPipelineException
All Implemented Interfaces:
Serializable

public class ChannelPipelineException
extends ChannelException

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
See Also:
Serialized Form

Constructor Summary
ChannelPipelineException()
           
ChannelPipelineException(String message)
           
ChannelPipelineException(String message, Throwable cause)
           
ChannelPipelineException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelPipelineException

public ChannelPipelineException()

ChannelPipelineException

public ChannelPipelineException(String message,
                                Throwable cause)

ChannelPipelineException

public ChannelPipelineException(String message)

ChannelPipelineException

public ChannelPipelineException(Throwable cause)


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