Class HandshakeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.HandshakeException
All Implemented Interfaces:
Serializable

public class HandshakeException extends Exception
Failure to handshake with server.
Since:
4.0.0
See Also:
  • Constructor Details

    • HandshakeException

      public HandshakeException(String message)
      Constructor with message.
      Parameters:
      message - a message
    • HandshakeException

      public HandshakeException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - a message
      cause - a cause