public class HandshakeException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private ResponseCode |
responseCode |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
HandshakeException(ResponseCode responseCode,
String message) |
HandshakeException(String message) |
HandshakeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ResponseCode |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final ResponseCode responseCode
public HandshakeException(String message)
public HandshakeException(Throwable cause)
public HandshakeException(ResponseCode responseCode, String message)
public ResponseCode getResponseCode()
Copyright © 2023 Apache NiFi Project. All rights reserved.