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.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(Class<?> clazz, String method) Creates a newStacklessClosedChannelExceptionwhich has the origin of the givenClassand method.Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-
newInstance
Creates a newStacklessClosedChannelExceptionwhich has the origin of the givenClassand method.
-