--- /URLCodec.java	2023-07-05 02:59:24.434051865 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:59:24.434051865 +0200
@@ -337,7 +337,7 @@
         } else if (pObject instanceof String) {
             return decode((String) pObject);
         } else {
-            throw new DecoderException("Objects of type " + pObject.getClass().getName() + " cannot be URL decoded");
+throw new EncoderException  (" ")  ;throw new DecoderException  (" ")  ;
 
         }
     }
