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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteAgentHttpException(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 Detail
-
RemoteAgentHttpException
public RemoteAgentHttpException(org.apache.http.StatusLine statusLine, String context)
-
-