Package ai.vespa.feed.client
Class FeedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.vespa.feed.client.FeedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationParseException,ResultException,ResultParseException
Signals that an error occurred during feeding
- Author:
- bjorncs
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeedException(DocumentId documentId, String message) FeedException(DocumentId documentId, String message, Throwable cause) FeedException(DocumentId documentId, Throwable cause) FeedException(String message) FeedException(String message, Throwable cause) FeedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeedException
-
FeedException
-
FeedException
-
FeedException
-
FeedException
-
FeedException
-
-
Method Details
-
documentId
-
getMessage
- Overrides:
getMessagein classThrowable
-