Friendly message when command is cancelled
Friendly message when command is cancelled
Why:
- User are shown the Java exception class name when a command is cancelled
This change addresses the need by:
- Adding a special case for
java.utils.concurrent.CancellationExceptioninSiLAErrors.java
This change has the following side effects:
- none