Class ExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptExecutionException
de.xima.fc.prompt.service.ExecutionFailedException
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
builder
Creates a new builder forExecutionFailedException.- Returns:
- The new builder.
-