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