| Exception | Description |
|---|---|
| HandshakeException |
A HandshakeException occurs when the client and the remote NiFi instance do
not agree on some condition during the handshake.
|
| PortNotRunningException |
PortNotRunningException occurs when the remote NiFi instance reports that the
Port that the client is attempting to communicate with is not currently
running and therefore communications with that Port are not allowed.
|
| ProtocolException |
A ProtocolException occurs when unexpected data is received, for example an
invalid Response Code.
|
| UnknownPortException |
An UnknownPortException indicates that the remote NiFi instance has reported
that the endpoint that the client attempted to communicate with does not
exist.
|
| UnreachableClusterException |
UnreachableClusterException when none of the target clusterUrls are reachable.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.