[
https://issues.apache.org/jira/browse/IGNITE-17312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568900#comment-17568900
]
Igor Sapego commented on IGNITE-17312:
--------------------------------------
[~ptupitsyn] please take a look on my comments in PR
> Thin 3.0: Unified exception handling
> ------------------------------------
>
> Key: IGNITE-17312
> URL: https://issues.apache.org/jira/browse/IGNITE-17312
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha6
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Java thin client uses the same public API interfaces as the server side.
> Those user-facing APIs should behave in the same way on the server and client
> sides, including exceptions that may be thrown.
> # Remove *IgniteClientException*.
> # Keep *IgniteClientConnectionException* and other client-specific types.
> Inherit them from *IgniteException*.
> # When sending exception details from server to client, include the following:
> ## Code (group + error, see IgniteException.code)
> ## TraceId
> ## Message
> ## Fully-qualified class name
> ## OPTIONALLY: stack trace (Sensitive info. Send only when enabled in
> server-side ClientConnectorConfig. Disabled by default.)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)