Class JobLaunchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.JobLaunchException
- All Implemented Interfaces:
Serializable
Exception during job launch.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobLaunchException
(String message) Construct with message.JobLaunchException
(String message, Throwable cause) Construct 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
-
JobLaunchException
Construct with message.- Parameters:
message
- message
-
JobLaunchException
Construct with message and cause.- Parameters:
message
- messagecause
- cause
-