Class JobSpecificationResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.JobSpecificationResolutionException
- All Implemented Interfaces:
- Serializable
Exception thrown by AgentJobService.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor with message.JobSpecificationResolutionException(String message, Throwable cause) Constructor with message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JobSpecificationResolutionExceptionConstructor with message.- Parameters:
- message- a message
 
- 
JobSpecificationResolutionExceptionConstructor with message and cause.- Parameters:
- message- a message
- cause- a cause
 
 
-