Class ExecutionFailedException

All Implemented Interfaces:
Serializable

public final class ExecutionFailedException extends PromptExecutionException
Exception thrown when executing a prompt query could not be executed for an unknown reason. This is a generic fallback exception, use other subclasses of PromptExecutionException if possible.
Since:
8.5.0
See Also: