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

public abstract class PromptExecutionException extends Exception
Base class for all exceptions that occur during the execution of a prompt query.
Since:
8.5.0
See Also: