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