JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

Cause.
Socket write error.
Effect. The operation fails.
Recovery. Use the
getCause method on the Exception to determine the appropriate recovery action.
29115 HY000 Error while reading from socket. Cause:
cause
Cause. Socket read error.
Effect. The operation fails.
Recovery. Use the
getCause method on the Exception to determine the appropriate recovery action.
29116 HY000 Socket is closed.
Cause. Socket close error.
Effect. The operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29117 HY000 Error while closing session. Cause:
cause
Cause. An error was encountered while closing a session.
Effect. The operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29118 HY000 A write to a bad map pointer occurred.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29119 HY000 A write to a bad par pointer occurred.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29120 HY000 An association server connect message error occurred.
Cause. Unable to connect to the MXCS association server.
Effect. Operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29121 HY000 A close message error occurred. Cause:
cause
Cause. Unable to perform this operation.
Effect. Operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29122 HY000 An end transaction message error occurred.
Cause. Unable to perform the operation.
Effect. Operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29123 HY000 An execute call message error occurred. Cause:
cause
Cause. Unable to perform this operation.
Effect. Operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29124 HY000 An execute direct message error occurred. Cause:
cause
Cause. Unable to perform this operation.
Effect. Operation fails.
Recovery. Evaluate the returned value from the
getCause method on the Exception to determine the appropriate recovery action.
29125 HY000 An execute direct rowset message error occurred.