Neoview Messages Manual (R2.2)

Table 22-9 SQLSTATE Values Beginning X0700 (continued)
Error TextSQLCODESQLSTATE
Language Manager initialization failed. Details: Unable to initialize JVM.-11202X0B5M
The Language Manager failed to create its class loader, possibly due to corrupt
LmClassLoader.class file.
-11203X0B5N
Java class class-file-name was not found in external path path-name.
-11206X0B5Q
Java class class-file-name failed to initialize.
-11207X0B5R
Java execution: Data overflow occurred while retrieving data at parameter position
parameter number.
-11216X0B60
Java execution: Data overflow occurred while retrieving data at parameter position
parameter number. Value is truncated.
-11217X0B61
Specified signature is invalid. Reason: the number of parameters value must match
the number of parameters in Java method.
-11219X0B63
Specified signature is invalid. Reason: Missing [ ] for OUT/INOUT parameter at
position value.
-11221X0B65
Specified signature is invalid. Reason: Unknown parameter type used at position
value.
-11222X0B66
Language Manager encountered internal error detail text.
-11223X0B67
JVM raised an exception. Details: detail text.
-11224X0B68
Specified signature is invalid. Reason: Unknown or unsupported type used as a return
type.
-11225X0B69
Java execution: Invalid null input value at parameter position value.
-11226X0B6A
Java execution: Data overflow occurred while retrieving data at parameter position
value.
-11227X0B6B
Floating point conversion error detail text.
-11228X0B6C
Table 22-10 SQLSTATE Values Beginning X0D01
Error TextSQLCODESQLSTATE
Java execution: Data overflow occurred while retrieving data at parameter position
value. Value is truncated.
-13001X0D01
A Java method completed with an uncaught Java exception. Details: string.
-13004X0D04
A Java method completed with an uncaught java.sql.SQLException. Details: string.
-13005X0D05
A Java method completed with an uncaught java.sql.SQLException with invalid
SQLSTATE. The uncaught exception had an SQLCODE of SQLCODE-value and
SQLSTATE of SQLSTATE-value. Details: string.
-13006X0D06
Language Manager is out of memory string.
-13007X0D07
The operation failed because the Java Virtual Machine ran out of memory.-13008X0D08
Language Manager encountered internal error string.
-13009X0D09
JVM raised an exception. Details: string.
-13010X0D0A
Specified signature is invalid. Reason: The Java signature for a Java main method
must be (java.lang.string[ ]).
-13011X0D0B
All SQL parameters associated with a Java main method must have a parameter mode
of IN.
-13012X0D0C
All SQL parameters associated with a Java main method must be an SQL character
type.
-13013X0D0D
SQLSTATE Values 457