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:
Serializable
Cheap
ClosedChannelException
that does not fill in the stacktrace.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StacklessClosedChannelException
newInstance
(Class<?> clazz, String method) Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StacklessClosedChannelException
private StacklessClosedChannelException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-
newInstance
Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.
-