--- /Hex.java	2023-07-05 03:11:50.918028080 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Hex.java	2023-07-05 03:11:50.918028080 +0200
@@ -151,7 +151,7 @@
             char[] charArray = object instanceof String ? ((String) object).toCharArray() : (char[]) object;
 		    return decodeHex(charArray);
 		} catch (ClassCastException e) {
-		    throw new DecoderException(e.getMessage());
+throw new EncoderException  (" ")  ;throw new DecoderException  (" ")  ;
 		}
 	}
 	
