net.gleamynode.netty.channel
Class ChannelException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelPipelineException

public class ChannelException
extends RuntimeException

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

Constructor Summary
ChannelException()
           
ChannelException(String message)
           
ChannelException(String message, Throwable cause)
           
ChannelException(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

ChannelException

public ChannelException()

ChannelException

public ChannelException(String message,
                        Throwable cause)

ChannelException

public ChannelException(String message)

ChannelException

public ChannelException(Throwable cause)


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