org.apache.derby.impl.drda
Class DRDASocketTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.derby.impl.drda.DRDAProtocolException
              extended by org.apache.derby.impl.drda.DRDASocketTimeoutException
All Implemented Interfaces:
java.io.Serializable

 class DRDASocketTimeoutException
extends DRDAProtocolException

Class used to transport that fact that we had a timeout and should *NOT* disconnect the connection. See DRDAConnThread.run()


Field Summary
 
Fields inherited from class org.apache.derby.impl.drda.DRDAProtocolException
DRDA_AgentError, DRDA_Disconnect, DRDA_Proto_CMDCHKRM, DRDA_Proto_CMDNSPRM, DRDA_Proto_DTAMCHRM, DRDA_Proto_MGRLVLRM, DRDA_Proto_OBJNSPRM, DRDA_Proto_PKGBNARM, DRDA_Proto_PRCCNVRM, DRDA_Proto_PRMNSRM, DRDA_Proto_RDBNFNRM, DRDA_Proto_SYNTAXRM, DRDA_Proto_VALNSPRM, DRDA_Timeout, NO_ASSOC_ERRCD, NO_CODPNT_ARG
 
Constructor Summary
DRDASocketTimeoutException(DRDAConnThread t)
           
 
Method Summary
 
Methods inherited from class org.apache.derby.impl.drda.DRDAProtocolException
getMessage, isDisconnectException, newAgentError, newDisconnectException, write
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DRDASocketTimeoutException

DRDASocketTimeoutException(DRDAConnThread t)

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

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