ca.idms.qcli
Class QcliSQLException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QcliSQLWarning

public class QcliSQLException
extends QcliException

Thrown when SQLCODE < 0 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
QcliSQLException(ca.idms.qcli.Sqlca s)
          Constructs a new QcliSQLException.
 
Method Summary
 ca.idms.qcli.Sqlca getSqlca()
          Gets the Sqlca containing detailed error information.
 
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

QcliSQLException

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

Parameters:
s - the Sqlca returned by Qcli.
Method Detail

getSqlca

public final ca.idms.qcli.Sqlca getSqlca()
Gets the Sqlca containing detailed error information.

Returns:
SQL communications area.


Copyright © 2009 CA, All rights reserved