Class HandshakeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.nifi.remote.exception.HandshakeException
All Implemented Interfaces:
Serializable

public class HandshakeException extends IOException
A HandshakeException occurs when the client and the remote NiFi instance do not agree on some condition during the handshake. For example, if the NiFi instance does not recognize one of the parameters that the client passes during the Handshaking phase.
See Also:
  • Field Details

  • Constructor Details

    • HandshakeException

      public HandshakeException(String message)
    • HandshakeException

      public HandshakeException(Throwable cause)
    • HandshakeException

      public HandshakeException(ResponseCode responseCode, String message)
  • Method Details