@ParametersAreNonnullByDefault
Package com.netflix.genie.agent.execution.exceptions
Execution exceptions.
- Since:
- 4.0.0
-
Exception Summary Exception Description ChangeJobArchiveStatusException Failure to update the job archive status remotely.ChangeJobStatusException Failure to update the job status remotely.ConfigureException Failure to obtain configuration properties from server.DownloadException Exception thrown by services that fail to download dependencies for a job.GetJobStatusException Failure to retrieve job status from the server.HandshakeException Failure to handshake with server.InvalidStateException Unchecked exception thrown in case a state action is executed with an unexpected state.JobIdUnavailableException Exception thrown by AgentJobService when trying to reserve an ID that has already been used.JobLaunchException Exception during job launch.JobReservationException Failure to reserve a job id for reasons other than the specified job id being already used.JobSpecificationResolutionException Exception thrown by AgentJobService.LockException Exception thrown when there is a problem with locks.SetUpJobException Exception during the set up of a job.