public class ChannelException extends RuntimeException
RuntimeException which is thrown when an I/O operation fails.| Constructor and Description | 
|---|
| ChannelException()Creates a new exception. | 
| ChannelException(String message)Creates a new exception. | 
| ChannelException(String message,
                Throwable cause)Creates a new exception. | 
| ChannelException(Throwable cause)Creates a new exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008–2015 The Netty Project. All rights reserved.