- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ECL0071 (0.03 seconds)
-
src/main/java/org/codelibs/core/exception/SQLRuntimeException.java
buf.append(cause.getMessage()).append(" : ["); SQLException next = cause.getNextException(); while (next != null) { buf.append(MessageFormatter.getSimpleMessage("ECL0071", next.getMessage(), Integer.toString(next.getErrorCode()), next.getSQLState())).append("], ["); next = next.getNextException(); } Throwable t = cause.getCause();
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/resources/CLMessages.properties
ECL0067=NoSuchAlgorithmException occurred, because {0} ECL0068=InvalidKeyException occurred, because {0} ECL0069=NoSuchPaddingException occurred, because {0} ECL0070=Field({1}) of class({0}) not found ECL0071=SQLException(Message=[{0}], ErrorCode={1}, SQLState={2}) occurred ECL0072=SQLException(SQL=[{0}], Message=[{1}], ErrorCode={2}, SQLState={3}) occurred ECL0091=Illegal URL({0})Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Mar 07 01:58:02 GMT 2024 - 3.1K bytes - Click Count (0)