Class GetJobStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.GetJobStatusException
All Implemented Interfaces:
Serializable

public class GetJobStatusException extends Exception
Failure to retrieve job status from the server.
Since:
4.0.0
See Also:
  • Constructor Details

    • GetJobStatusException

      public GetJobStatusException(String message)
      Constructor with message.
      Parameters:
      message - message
    • GetJobStatusException

      public GetJobStatusException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message
      cause - cause