public final class QuicException extends IOException
QUIC.| Modifier and Type | Method and Description |
|---|---|
QuicError |
error()
Returns the
QuicError which was the cause of the QuicException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QuicError error()
QuicError which was the cause of the QuicException.QuicError that caused this QuicException.Copyright © 2020–2021 The Netty Project. All rights reserved.