Vladislav Pyatkov created IGNITE-16051:
------------------------------------------
Summary: Public exception for cofiguration
Key: IGNITE-16051
URL: https://issues.apache.org/jira/browse/IGNITE-16051
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
Configuration can throw a chager's exception {{ConfigurationChangeException}}
and a nested validation exception {{ConfigurationValidationException}}, both of
them are internal, because public exception should inherit IgniteException and
placed into {{org.apache.ignite.lang}} package.
But the exception propagates to client code through Table manager API (part of
the API is public). Need to create a public exception which will be able to
throw from public methods and thinking about a process how it will be thrown,
in order to store information about a component which generate the exception.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)