Fujitsu J Adapter Class Generator Portable Generator User Manual


 
Appendix B. Exception Type List
The exception types that can be acquired by the GET-CODE method of the FJ-JAVA-
ERROR class are described in this chapter.
1
Meaning
Java VM detected an error. Remove the error cause.
Response
The Java VM detected an execution-time error. Determine the error cause from the
exception information returned by the GET-EXCEPTION method of FJ-JAVA-ERROR
class, and remote it.
2
Meaning
No Java method is found. Check whether the Java class/interface was changed after
execution of the J adapter class generator.
Response
The Java class/interface was probably changed after generation of an adapter class.
Check the Java class/interface.
3
Meaning
Java class initialization failed. Call the J adapter class generator supplier.
Response
The J adapter class generator failed. Collect failure information and call your Fujitsu
systems engineer.
4
Meaning
A memory space shortage occurred. Increase the values of environment variables
(COBJNI_MAX_NSTACK, COBJNI_JAVA_STACK, COBJNI_MIN_HEAP, and
COBJNI_MAX_HEAP), then retry.
Response
A memory space shortage occurred in the Java VM. Increase the values of
environment variables (COBJNI_MAX_NSTACK, COBJNI_JAVA_STACK,
COBJNI_MIN_HEAP, and COBJNI_MAX_HEAP) to increase memory space available
for the Java VM.