Class RemoteAgentHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.atlassian.bamboo.agent.bootstrap.RemoteAgentHttpException
- All Implemented Interfaces:
Serializable
Thrown when HTTP communication between the agent and the server fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteAgentHttpException
(org.apache.http.StatusLine statusLine, String context) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteAgentHttpException
-