public class ChannelClosedException extends IOException
| Constructor and Description |
|---|
ChannelClosedException()
Deprecated.
Use
ChannelClosedException(Throwable) or ChannelClosedException(java.lang.String, java.lang.Throwable).
This constructor will not include cause of the termination. |
ChannelClosedException(String message,
Throwable cause)
Constructor.
|
ChannelClosedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public ChannelClosedException()
ChannelClosedException(Throwable) or ChannelClosedException(java.lang.String, java.lang.Throwable).
This constructor will not include cause of the termination.public ChannelClosedException(Throwable cause)
public ChannelClosedException(@Nonnull String message, @CheckForNull Throwable cause)
message - Messagecause - Cause of the channel close/termination.
May be null if it cannot be determined when the exception is constructed.Copyright © 2004–2017. All rights reserved.