ViliusS commented on code in PR #5639: URL: https://github.com/apache/activemq-artemis/pull/5639#discussion_r2050286413
########## artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ActiveMQException.java: ########## @@ -75,6 +75,6 @@ public ActiveMQExceptionType getType() { @Override public String toString() { - return this.getClass().getSimpleName() + "[errorType=" + type + " message=" + getMessage() + "]"; + return this.getClass().getName() + "[errorType=" + type + " message=" + getMessage() + "]"; Review Comment: I agree. If Justin thinks this is useful I will commit suggestion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact