Class StacklessClosedChannelException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class StacklessClosedChannelException
    extends java.nio.channels.ClosedChannelException
    ClosedChannelException that will not not fill in the stacktrace but use a cheaper way of producing limited stacktrace details for the user.
    See Also:
    Serialized Form
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable