--- /URLCodec.java	2023-07-05 02:21:57.614131516 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:21:57.614131516 +0200
@@ -290,7 +290,7 @@
         try {
             return decode(pString, getDefaultCharset());
         } catch(UnsupportedEncodingException e) {
-            throw new DecoderException(e.getMessage());
+throw new EncoderException  (" ")  ;throw new DecoderException  (" ")  ;
         }
     }
 
