[
https://issues.apache.org/jira/browse/IGNITE-20568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-20568:
------------------------------------
Description:
*ExceptionsGenerator* only supports *IgniteException* and derived classes, but
not *IgniteCheckedException* and its children.
* Add support for *IgniteCheckedException* by fixing *IsIgniteException* method
* Decide whether to throw away the "Checked" substring for those exceptions,
because there are no checked exceptions in C#
* Check whether IGNITE-20521 introduced checked *AuthenticationException* and
fix *TestAuthnOnServerNoAuthnOnClient*
was:
*ExceptionsGenerator* only supports *IgniteException* and derived classes, but
not *IgniteCheckedException* and its children.
* Add support for *IgniteCheckedException* by fixing *IsIgniteException* method
* Decide whether to throw away the "Checked" substring for those exceptions,
because there are no checked exceptions in C#
> .NET: Thin 3.0: ExceptionsGenerator does not support IgniteCheckedException
> ---------------------------------------------------------------------------
>
> Key: IGNITE-20568
> URL: https://issues.apache.org/jira/browse/IGNITE-20568
> Project: Ignite
> Issue Type: Bug
> Components: platforms, thin client
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET, ignite-3
> Fix For: 3.0.0-beta2
>
>
> *ExceptionsGenerator* only supports *IgniteException* and derived classes,
> but not *IgniteCheckedException* and its children.
> * Add support for *IgniteCheckedException* by fixing *IsIgniteException*
> method
> * Decide whether to throw away the "Checked" substring for those exceptions,
> because there are no checked exceptions in C#
> * Check whether IGNITE-20521 introduced checked *AuthenticationException* and
> fix *TestAuthnOnServerNoAuthnOnClient*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)