- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getRealMessage (0.11 sec)
-
src/main/java/org/codelibs/core/exception/SQLRuntimeException.java
* Creates a {@link SQLRuntimeException}. * * @param cause the underlying exception */ public SQLRuntimeException(final SQLException cause) { super("ECL0072", asArray(getSql(cause), getRealMessage(cause), Integer.toString(cause.getErrorCode()), cause.getSQLState()), cause); } /** * Returns the <code>SQL</code>. * * @param cause the underlying exception
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.5K bytes - Viewed (0)