DRDAProtocolExceptionInfo has 4 fields. The comments are unclear to
me. Does anyone know what is the difference between the errorCodePoint
and the errCdCodePoint ? All the places this object is created, the
errCdCodePoint has value NO_ASSOC_ERRCD.
// The Codepoint of the error (e.g CodePoint.SYTNAXRM)
protected int errorCodePoint;
// Severity Code
protected int svrcod;
// The CodePoint describing the errCD (e.g. CodePint.SYNERRCD)
protected int errCdCodePoint ;
// Sends an originating Codepoint
protected boolean sendsCodpntArg;
-----------------
Thanks,
Sunitha.