Merge branch '6.1.x'

This commit is contained in:
Simon Baslé
2024-04-16 16:29:53 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ public class DefaultTransactionAttribute extends DefaultTransactionDefinition im
}
catch (RuntimeException ex) {
throw new IllegalArgumentException(
"Invalid timeoutString value \"" + timeoutString + "\" - cannot parse into int");
"Invalid timeoutString value \"" + timeoutString + "\"; " + ex);
}
}
}