Package io.netty.channel
Class StacklessClosedChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.channels.ClosedChannelException
-
- io.netty.channel.StacklessClosedChannelException
-
- All Implemented Interfaces:
java.io.Serializable
final class StacklessClosedChannelException extends java.nio.channels.ClosedChannelException
CheapClosedChannelException
that does not fill in the stacktrace.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
StacklessClosedChannelException()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
(package private) static StacklessClosedChannelException
newInstance(java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classjava.lang.Throwable
-
newInstance
static StacklessClosedChannelException newInstance(java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.
-
-