Class AgentLaunchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.AgentLaunchException
All Implemented Interfaces:
Serializable

public class AgentLaunchException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
An exception for when the server can't launch an agent for whatever reason.
Since:
4.0.0
See Also:
  • Constructor Details

    • AgentLaunchException

      public AgentLaunchException()
      Constructor.
    • AgentLaunchException

      public AgentLaunchException(String message)
      Constructor.
      Parameters:
      message - The error message to associate with this exception
    • AgentLaunchException

      public AgentLaunchException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception
    • AgentLaunchException

      public AgentLaunchException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The error message to associate with this exception
      cause - The root cause of this exception