Class 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 Detail

      • RemoteAgentHttpException

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