changeset 1175:c47f6206fd9e

NetExceptionsCategory reverted
author Devel 1
date Tue, 16 Jun 2020 16:22:44 +0200
parents f19a7d241c8e
children 8208e6d5ce24
files stress-tester/src/main/java/com/passus/st/utils/NetExceptionsCategory.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stress-tester/src/main/java/com/passus/st/utils/NetExceptionsCategory.java	Tue Jun 16 16:22:11 2020 +0200
+++ b/stress-tester/src/main/java/com/passus/st/utils/NetExceptionsCategory.java	Tue Jun 16 16:22:44 2020 +0200
@@ -49,6 +49,6 @@
             }
         }
 
-        return cause.getClass().getName() + ":" + cause.getMessage();
+        return UNKNOWN_ERROR;
     }
 }