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