Description
Error messages with sqlcode values from 11231 to 11234 show only the signature but not the method name. Example:
-
-
- ERROR[11234] The Java method '(II[I)V' was not found in Java class 't100'
-
Instead, the message should say something like this:
-
-
- ERROR[11234] The Java method 'nosuchname(II[I)V' was not found in Java class 't100'
-