Class PromptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionFailedException, InvalidConfigurationException, InvalidInputParamsException, InvalidOutputParamsException, MissingPromptServiceException, RateLimitExceededException, RequestRefusedException, ResponseRefusedException, ServiceUnavailableException, UnauthorizedPromptRequestException
Base class for all exceptions that occur during the execution of a prompt query.
- Since:
- 8.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classBase builder class for prompt execution exceptions. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString