Class AgentLaunchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.AgentLaunchException
- All Implemented Interfaces:
Serializable
An exception for when the server can't launch an agent for whatever reason.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AgentLaunchException
(String message) Constructor.AgentLaunchException
(String message, Throwable cause) Constructor.AgentLaunchException
(Throwable cause) 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
-
AgentLaunchException
public AgentLaunchException()Constructor. -
AgentLaunchException
Constructor.- Parameters:
message
- The error message to associate with this exception
-
AgentLaunchException
Constructor.- Parameters:
cause
- The root cause of this exception
-
AgentLaunchException
Constructor.- Parameters:
message
- The error message to associate with this exceptioncause
- The root cause of this exception
-