Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRealMessage (2 sec)

  1. 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)
Back to top