Enhance ErrorMessage by adding methods to hold the information about the cause of the error:
Throwable getCause();
List<String> getStackMessages();
Cause may be null, and corresponding stack messages list empty.
Description
Enhance ErrorMessage by adding methods to hold the information about the cause of the error:
Throwable getCause();
List<String> getStackMessages();
Cause may be null, and corresponding stack messages list empty.