Class GenieAgentRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieAgentRejectedException
- All Implemented Interfaces:
 Serializable
An exception to represent the case where an Agent was rejected by the server.
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenieAgentRejectedException(String message) Constructor.GenieAgentRejectedException(String message, Throwable cause) Constructor.Constructor. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GenieAgentRejectedException
public GenieAgentRejectedException()Constructor. - 
GenieAgentRejectedException
Constructor.- Parameters:
 message- The detail message
 - 
GenieAgentRejectedException
Constructor.- Parameters:
 message- The detail messagecause- The root cause of this exception
 - 
GenieAgentRejectedException
Constructor.- Parameters:
 cause- The root cause of this exception
 
 -