jrunx.persistence.greylock
Class DBSQLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.DBSQLException
All Implemented Interfaces:
java.io.Serializable

public class DBSQLException
extends DBException

SQL Error: {sql}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DBSQLException(java.lang.String sql)
           
DBSQLException(java.lang.String sql, java.lang.Throwable th)
           
 
Method Summary
 java.lang.String getSql()
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBSQLException

public DBSQLException(java.lang.String sql)

DBSQLException

public DBSQLException(java.lang.String sql,
                      java.lang.Throwable th)
Method Detail

getSql

public java.lang.String getSql()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.