public class HandshakeException extends Exception
| Constructor and Description |
|---|
HandshakeException(String message,
AlertMessage alert)
Create handshake exception.
|
HandshakeException(String message,
AlertMessage alert,
Throwable cause)
Create handshake exception with cause.
|
| Modifier and Type | Method and Description |
|---|---|
AlertMessage |
getAlert() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HandshakeException(String message, AlertMessage alert)
message - messagealert - related alertNullPointerException - if alert is nullpublic HandshakeException(String message, AlertMessage alert, Throwable cause)
message - messagealert - related alertcause - root causeNullPointerException - if alert is nullpublic AlertMessage getAlert()
Copyright © 2023 Eclipse Foundation. All rights reserved.