SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual523730-004
12-18
SQL 11218
Cause. During execution of a CALL statement, a Java exception was thrown.
Effect. The operation fails.
Recovery. Review the Java method. Determine whether it is appropriate in your
application for this exception to be thrown or whether it should be caught and handled
by your user-defined routine. Retry the SQL/MX statement.
SQL 11219
Cause. During execution of a CALL statement, an SQL error occurred and a Java
exception was thrown.
Effect. The operation fails.
Recovery. Review the Java method. Determine whether it is appropriate in your
application for this exception to be thrown or whether it should be caught and handled
by your user-defined routine. Retry the SQL/MX statement.
SQL 11220
Cause. During execution of a CALL statement, an SQL error occurred and a Java
exception was thrown.
Effect. The operation fails.
Recovery. Review the Java method. Determine whether it is appropriate in your
application for this exception to be thrown or whether it should be caught and handled
by your user-defined routine. Retry the SQL/MX statement.
11218 A Java method completed with an uncaught Java
exception. Details: string.
11219 A Java method completed with an uncaught
java.sql.SQLException. The uncaught exception had a SQLCODE
of value1 and SQLSTATE of value2. Details: string.
11220 A Java method completed with an uncaught
java.sql.SQLException with invalid SQLSTATE. The uncaught
exception had a SQLCODE of SQLCODE-value and SQLSTATE of
SQLSTATE-value. Details: string.