Package io.netty.channel
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.channel.ChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelException.StacklessChannelException
,ChannelGroupException
,ChannelPipelineException
,EventLoopException
,TimeoutException
A
RuntimeException
which is thrown when an I/O operation fails.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new exception.ChannelException
(String message) Creates a new exception.ChannelException
(String message, Throwable cause) Creates a new exception.protected
ChannelException
(String message, Throwable cause, boolean shared) ChannelException
(Throwable cause) Creates a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ChannelException
public ChannelException()Creates a new exception. -
ChannelException
Creates a new exception. -
ChannelException
Creates a new exception. -
ChannelException
Creates a new exception. -
ChannelException
-
-
Method Details
-
newStatic
-