Class StacklessClosedChannelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.ClosedChannelException
io.servicetalk.transport.netty.internal.StacklessClosedChannelException
All Implemented Interfaces:
Serializable

public final class StacklessClosedChannelException extends ClosedChannelException
ClosedChannelException that will not fill in the stacktrace but use a cheaper way of producing limited stacktrace details for the user.
See Also: