public final class QuicException
extends java.lang.Exception
QUIC.| Constructor and Description |
|---|
QuicException(QuicTransportError error) |
QuicException(java.lang.String message,
QuicTransportError error) |
QuicException(java.lang.String message,
java.lang.Throwable cause,
QuicTransportError error) |
QuicException(java.lang.Throwable cause,
QuicTransportError error) |
| Modifier and Type | Method and Description |
|---|---|
QuicTransportError |
error()
Returns the
QuicTransportError which was the cause of the QuicException. |
public QuicException(QuicTransportError error)
public QuicException(java.lang.String message,
QuicTransportError error)
public QuicException(java.lang.Throwable cause,
QuicTransportError error)
public QuicException(java.lang.String message,
java.lang.Throwable cause,
QuicTransportError error)
public QuicTransportError error()
QuicTransportError which was the cause of the QuicException.QuicTransportError that caused this QuicException.Copyright © 2020-2024 The Netty Project. All Rights Reserved.