com.atlassian.bamboo.agent.bootstrap
Class RemoteAgentHttpException

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

public class RemoteAgentHttpException
extends java.io.IOException

Thrown when HTTP communication between the agent and the server fails.

See Also:
Serialized Form

Constructor Summary
RemoteAgentHttpException(int statusCode, java.lang.String context)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteAgentHttpException

public RemoteAgentHttpException(int statusCode,
                                java.lang.String context)


Copyright © 2012 Atlassian. All Rights Reserved.