mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +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