Package ai.vespa.feed.client
Class ResultParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.vespa.feed.client.FeedException
ai.vespa.feed.client.ResultParseException
- All Implemented Interfaces:
Serializable
Signals that the client was unable to obtain a proper response/result from container
- Author:
- bjorncs
- See Also:
-
Constructor Summary
ConstructorDescriptionResultParseException
(DocumentId documentId, String message) ResultParseException
(DocumentId documentId, Throwable cause) -
Method Summary
Methods inherited from class ai.vespa.feed.client.FeedException
documentId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultParseException
-
ResultParseException
-