Previous Contents Index DocHome Next |
iPlanet Application Server Enterprise Connector of CICS Developer's Guide |
Appendix A Error Messages and Codes
The developer writes servlets that use connectors to connect with the EIS. Error messages are generated to assist the developer in debugging these processes. This appendix contains a list of identified errors and the error handling code that is used to catch the error.The following topics are described:
Description of Errors
Description of Errors
Table A-1 lists the error handling codes, msgid, and the corresponding messages.
Error Handling Code
The error handling code is an example of how to handle an exception raised by the connector.When there is an error in the process the CICS connector throws a BspException object. The exception object contains a data object. The data object contains the numeric code, msgid, as listed in Table A-1.
An example of error handling code is shown in Code Example A-1.
Previous Contents Index DocHome Next
Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.
Last Updated November 13, 2000