org.apache.derby.impl.drda
Class DRDAProtocolExceptionInfo

java.lang.Object
  extended by org.apache.derby.impl.drda.DRDAProtocolExceptionInfo

 class DRDAProtocolExceptionInfo
extends java.lang.Object


Field Summary
protected  int errCdCodePoint
          The CodePoint describing the error condition for the errorCodePoint.
protected  int errorCodePoint
          errorCodePoint specifies the code point of the error reply message, (e.g.
protected  boolean sendsCodpntArg
           
protected  int svrcod
           
 
Constructor Summary
DRDAProtocolExceptionInfo(int errorCodePoint, int svrcod, int errCdCodePoint, boolean sendsCodpntArg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCodePoint

protected int errorCodePoint
errorCodePoint specifies the code point of the error reply message, (e.g. CodePoint.SYNTAXRM) whereas errCdCodePoint specifies the code point of an extra required field in that reply message. Most error reply messages have one or two required fields that are quite common, like SVRCOD (severity code) or RDBNAM (database name). Some error reply messages additionally have required fields that are specific to them. errCdCodePoint is used to specify these. For instance, SYNTAXRM has a required field called SYNERRCD, and PRCCNVRM has a required field called PRCCNVCD.


svrcod

protected int svrcod

errCdCodePoint

protected int errCdCodePoint
The CodePoint describing the error condition for the errorCodePoint. (e.g. CodePoint.SYNERRCD, when errorCodePoint is CodePoint.SYNTAXRM)


sendsCodpntArg

protected boolean sendsCodpntArg
Constructor Detail

DRDAProtocolExceptionInfo

DRDAProtocolExceptionInfo(int errorCodePoint,
                          int svrcod,
                          int errCdCodePoint,
                          boolean sendsCodpntArg)

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.