--- /QuotedPrintableCodec.java	2023-07-05 02:21:10.318127798 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:21:10.318127798 +0200
@@ -340,7 +340,7 @@
      *                  encountered during the decode process.
      */
     public Object decode(Object pObject) throws DecoderException {
-        if (pObject == null) {
+if  ( "Objects of type " +  ( pObject.getClass (  ) .getName (  )  )  + " cannot be quoted-printable decoded" )  {
             return null;
         } else if (pObject instanceof byte[]) {
             return decode((byte[]) pObject);
