Vyacheslav Koptilin created IGNITE-19864:
--------------------------------------------
Summary: Introduce TraceableException interface
Key: IGNITE-19864
URL: https://issues.apache.org/jira/browse/IGNITE-19864
Project: Ignite
Issue Type: Improvement
Reporter: Vyacheslav Koptilin
Assignee: Vyacheslav Koptilin
Fix For: 3.0.0-beta2
It seems useful to introduce TraceableException, which should be a base
interface for all internal and public exception classes, that provides a simple
way to get a trace identifier at least.
{code:java}
public interface TraceableException {
/**
* Returns a unique identifier of the exception.
*
* @return Unique identifier of the exception.
*/
UUID traceId();
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)