Package com.paragon.responses.exception¶
This docs was updated at: 2026-02-23
Classs¶
| Name | Description |
|---|---|
AgentExecutionException |
Exception thrown when an agent execution fails |
AgentleException |
Base exception for all Agentle4j errors |
ApiException |
Exception thrown when an API request fails |
AuthenticationException |
Exception thrown when authentication fails (HTTP 401/403) |
ConfigurationException |
Exception thrown when required configuration is missing or invalid |
GuardrailException |
Exception thrown when a guardrail validation fails |
InvalidRequestException |
Exception thrown when the request is invalid (HTTP 4xx, excluding 401/403/429) |
RateLimitException |
Exception thrown when rate limited by the API (HTTP 429) |
ServerException |
Exception thrown when the server encounters an error (HTTP 5xx) |
StreamingException |
Exception thrown when an error occurs during streaming |
ToolExecutionException |
Exception thrown when a tool execution fails |