org.apache.derby.impl.drda
Class DRDAProtocolExceptionInfo

java.lang.Object
  extended byorg.apache.derby.impl.drda.DRDAProtocolExceptionInfo

public class DRDAProtocolExceptionInfo
extends java.lang.Object


Field Summary
protected  int errCdCodePoint
           
protected  int errorCodePoint
           
protected  boolean sendsCodpntArg
           
protected  int svrcod
           
 
Constructor Summary
protected DRDAProtocolExceptionInfo(int errorCodePoint, int svrcod, int errCdCodePoint, boolean sendsCodpntArg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCodePoint

protected int errorCodePoint

svrcod

protected int svrcod

errCdCodePoint

protected int errCdCodePoint

sendsCodpntArg

protected boolean sendsCodpntArg
Constructor Detail

DRDAProtocolExceptionInfo

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

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.