Class AgentLaunchException

All Implemented Interfaces:
Serializable

public class AgentLaunchException extends 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