@ParametersAreNonnullByDefault
Package com.netflix.genie.web.exceptions.checked
All checked exceptions specific to the web server.
- Since:
- 4.0.0
-
Exception Summary Exception Description AgentLaunchException An exception for when the server can't launch an agent for whatever reason.AttachmentTooLargeException Exception thrown when the user tries to submit a job whose attachments exceed the limits.IdAlreadyExistsException Exception thrown when an resource is attempting to be saved with a unique ID that already exists in the system.JobDirectoryManifestNotFoundException An exception thrown when a job was archived but the manifest of the archive can't be found in the archive location.JobNotArchivedException An exception thrown when a job is completed but wasn't archived and thus output isn't available.JobNotFoundException An exception thrown when a job is not found in the system.NotFoundException An exception thrown when a resource is not found in the system.PreconditionFailedException Exception thrown when a precondition is not met on method invocation.ResourceSelectionException An exception thrown when a resource selector encounters an unrecoverable error while trying to select a resource from a collection of possible resources.SaveAttachmentException Exception thrown when the system tries to save a user attachment to an underlying data store and it fails for some reason.ScriptExecutionException An exception thrown when a script bean encounters an error during execution.ScriptLoadingException An exception thrown when a script cannot be retrieved or compiled.ScriptNotConfiguredException An exception thrown when a script bean is not configured an thus it cannot be loaded or executed.