Fix error reporting comment

Change-Id: I23ceebf1e4940d9b6b6922c18da7584fbf72e7d6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13706
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Hussain Towaileb <hussainht@gmail.com>
Reviewed-by: Murtadha Hubail <mhubail@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java
index 4cb9973..7147542 100644
--- a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java
+++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java
@@ -199,9 +199,9 @@
     }
 
     /**
-     * Returns the message of the throwable if available, otherwise, .toString() is returned
+     * Returns the message of the throwable if of type IFormattedException, otherwise, .toString() is returned
      *
-     * @param e exception
+     * @param e throwable
      * @return error message
      */
     public static String getMessageOrToString(Throwable e) {