Class RemoteAgentHttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.atlassian.bamboo.agent.bootstrap.RemoteAgentHttpException
All Implemented Interfaces:
Serializable

public class RemoteAgentHttpException extends IOException
Thrown when HTTP communication between the agent and the server fails.
See Also:
  • Constructor Details

    • RemoteAgentHttpException

      public RemoteAgentHttpException(org.apache.http.StatusLine statusLine, String context)