[ https://issues.apache.org/jira/browse/IGNITE-19535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vyacheslav Koptilin updated IGNITE-19535: ----------------------------------------- Description: For now, it is required that all public 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. was: 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. > Removing the constraint that all public 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 > Priority: Major > Labels: iep-84, ignite-3 > Fix For: 3.0.0-beta2 > > Time Spent: 10m > Remaining Estimate: 0h > > For now, it is required that all public 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)