Vyacheslav Koptilin created IGNITE-19535:
--------------------------------------------
Summary: Removing the constraint that all internal exceptions
should implement the mandatory constructor Exception(UUID, int, String,
Throwable)
Key: IGNITE-19535
URL: https://issues.apache.org/jira/browse/IGNITE-19535
Project: Ignite
Issue Type: Improvement
Reporter: Vyacheslav Koptilin
Assignee: Vyacheslav Koptilin
Fix For: 3.0.0-beta2
For now, it is required that all internal exceptions should have a constructor
with the following parameters:
{code:java}
InternalException(UUID traceId, int code, String message, Throwable cause)
{code}
This requirement looks a bit restrictive. Need to find a way to improve
implementation in order to avoid this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)