Class FeedConnectException

All Implemented Interfaces:
Serializable

@Deprecated public class FeedConnectException extends FeedEndpointException
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
An exception thrown when the client is unable to connect to a feed endpoint.
Author:
bjorncs
See Also:
  • Constructor Details

    • FeedConnectException

      public FeedConnectException(Throwable cause, Endpoint endpoint)
      Deprecated.