Class FeedProtocolException

All Implemented Interfaces:
Serializable

@Deprecated public class FeedProtocolException extends FeedEndpointException
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
An exception thrown when a feed endpoint returns an error during feeding.
Author:
bjorncs
See Also:
  • Constructor Details

    • FeedProtocolException

      public FeedProtocolException(int httpStatusCode, String httpResponseMessage, Throwable cause, Endpoint endpoint)
      Deprecated.
  • Method Details

    • getHttpStatusCode

      public int getHttpStatusCode()
      Deprecated.
    • getHttpResponseMessage

      public String getHttpResponseMessage()
      Deprecated.