Class UnauthorizedPromptRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptExecutionException
de.xima.fc.prompt.service.UnauthorizedPromptRequestException
- All Implemented Interfaces:
Serializable
Exception thrown when executing a prompt query against a prompt service and the service rejected the request due to
unauthorized access. This can happen if the provided credentials are invalid or if the user does not have the
necessary permissions to access the requested resource.
- Since:
- 8.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for aUnauthorizedPromptRequestException. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder forUnauthorizedPromptRequestException.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 forUnauthorizedPromptRequestException.- Returns:
- The new builder.
-