ca.idms.qcli
Class QcliSQLWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.idms.qcli.QcliException
              extended by ca.idms.qcli.QcliSQLException
                  extended by ca.idms.qcli.QcliSQLWarning
All Implemented Interfaces:
java.io.Serializable

public class QcliSQLWarning
extends QcliSQLException

Thrown when SQLCODE > 0 and not 100 after a call to Qcli.

Version:
1.00, 12/03/98
Author:
Dave Ross
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ca.idms.qcli.QcliException
sqlstate
 
Constructor Summary
QcliSQLWarning(ca.idms.qcli.Sqlca s)
          Constructs a new QcliSQLWarning.
 
Method Summary
 
Methods inherited from class ca.idms.qcli.QcliSQLException
getSqlca
 
Methods inherited from class ca.idms.qcli.QcliException
getDetailMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

QcliSQLWarning

public QcliSQLWarning(ca.idms.qcli.Sqlca s)
Constructs a new QcliSQLWarning.

Parameters:
s - the Sqlca returned by Qcli.


Copyright © 2009 CA, All rights reserved