mirror of
https://github.com/apache/druid.git
synced 2025-03-01 23:09:13 +00:00
Changes: - Simplify exception handling in `CryptoService` by just catching a `Exception` - Throw a `DruidException` as the exception is user facing - Log the exception for easier debugging - Add a test to verify thrown exception