mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
This commit is contained in:
parent
163efaa7e2
commit
ed168bce70
@ -87,7 +87,7 @@ public abstract class HqlQueryBase<SubType extends HqlQueryBase<SubType>> extend
|
||||
} catch (Exception e) {
|
||||
String error = "Caught " + e.getClass().getName();
|
||||
logger.error(error, e);
|
||||
throw new RuntimeException(error, e);
|
||||
throw new RuntimeException(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user