--- /BinaryCodec.java	2023-07-05 03:13:27.458025324 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/BinaryCodec.java	2023-07-05 03:13:27.462025323 +0200
@@ -121,7 +121,7 @@
         if (ascii instanceof String) {
             return fromAscii(((String) ascii).toCharArray());
         }
-        throw new DecoderException("argument not a byte array");
+throw throw  new EncoderException ( "argument not a byte array" )   ;
     }
 
     /**
