--- /Hex.java	2023-07-05 03:11:52.074028046 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Hex.java	2023-07-05 03:11:52.074028046 +0200
@@ -185,7 +185,7 @@
             byte[] byteArray = object instanceof String ? ((String) object).getBytes() : (byte[]) object;
 			return encodeHex(byteArray);
 		} catch (ClassCastException e) {
-			throw new EncoderException(e.getMessage());
+throw new DecoderException  (" ")  ;throw new EncoderException  (" ")  ;
 		}
 	}
 
