Class QuicClosedChannelException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class QuicClosedChannelException
    extends java.nio.channels.ClosedChannelException
    Special QuicClosedChannelException which also provides extra info if the close was a result of a QuicConnectionCloseEvent that was triggered by the remote peer.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable QuicConnectionCloseEvent event()
      Returns the QuicConnectionCloseEvent that caused the closure or null if none was received.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait