This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new bb7d567f5d ARTEMIS-5206 Provide description='' instead of null in some 
ActiveMQException instances
bb7d567f5d is described below

commit bb7d567f5d620c942c8c3cb2b27de674277bd3f3
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Dec 10 10:07:24 2024 -0500

    ARTEMIS-5206 Provide description='' instead of null in some 
ActiveMQException instances
---
 .../java/org/apache/activemq/artemis/api/core/ActiveMQException.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ActiveMQException.java
 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ActiveMQException.java
index 16e2b411b8..056ec290ce 100644
--- 
a/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ActiveMQException.java
+++ 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ActiveMQException.java
@@ -60,6 +60,7 @@ public class ActiveMQException extends Exception {
    }
 
    public ActiveMQException(ActiveMQExceptionType type) {
+      super("");
       this.type = type;
    }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to