Class HandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.HandshakeException
- All Implemented Interfaces:
 Serializable
Failure to handshake with server.
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionHandshakeException(String message) Constructor with message.HandshakeException(String message, Throwable cause) Constructor with message and cause. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
HandshakeException
Constructor with message.- Parameters:
 message- a message
 - 
HandshakeException
Constructor with message and cause.- Parameters:
 message- a messagecause- a cause
 
 -