net.gleamynode.netty.channel
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.