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