|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.channel.ChannelException
public class ChannelException
A RuntimeException
which is thrown when an I/O operation fails.
Constructor Summary | |
---|---|
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. |
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 |
---|
public ChannelException()
public ChannelException(String message, Throwable cause)
public ChannelException(String message)
public ChannelException(Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |