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 |
|---|---|
@Nullable 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)
@Nullable public @Nullable QuicTransportError error()
QuicTransportError which was the cause of the QuicException.QuicTransportError that caused this QuicException or null if
it was caused by something different.Copyright © 2020-2024 The Netty Project. All Rights Reserved.