Package org.asynchttpclient.exception
Class ChannelClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.asynchttpclient.exception.ChannelClosedException
-
- All Implemented Interfaces:
Serializable
public final class ChannelClosedException extends IOException
This exception is thrown when a channel is closed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelClosedException
INSTANCE
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ChannelClosedException INSTANCE
-
-