Package com.netflix.genie.common.internal.exceptions.unchecked
@ParametersAreNonnullByDefault
package com.netflix.genie.common.internal.exceptions.unchecked
All unchecked (Runtime) exceptions for Genie.
- Since:
- 4.0.0
-
ClassDescriptionAn exception to represent the case where an Agent was rejected by the server.An exception to represent the case where an application was expected to exist (e.g.An exception to represent the case where a cluster was expected to exist (e.g.An exception to represent the case where a command was expected to exist (e.g.Exception thrown when an id is attempting to be saved that already exists in the system.Exception thrown when a status supplied by a client for as their known previous status doesn't match what the system has in the database.Exception thrown when a job is already claimed in the system and another agent tries to claim it.An exception to represent the case where a job was expected to exist (e.g.When resolution fails with a runtime error, such as the selector timing out.An exception to represent the case where a job specification was expected to exist but it doesn't.Base class for Genie runtime exceptions.