net.wotonomy.jdbcadaptor
Class JDBCAdaptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.wotonomy.access.EOGeneralAdaptorException
net.wotonomy.jdbcadaptor.JDBCAdaptorException
- All Implemented Interfaces:
- java.io.Serializable
public class JDBCAdaptorException
- extends net.wotonomy.access.EOGeneralAdaptorException
Concrete implementation of EOSQLExpression for use with JDBC.
- Version:
- $Revision: 903 $
- Author:
- ezamudio@nasoft.com, $Author: cgruber $
- See Also:
- Serialized Form
Methods inherited from class net.wotonomy.access.EOGeneralAdaptorException |
userInfo |
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 |
_sqlException
protected java.sql.SQLException _sqlException
JDBCAdaptorException
public JDBCAdaptorException(java.lang.String msg,
java.sql.SQLException sqlex)
- Parameters:
msg
- The message for the exception
JDBCAdaptorException
public JDBCAdaptorException(java.sql.SQLException sqlex)
- Parameters:
name
- userInfo
-
sqlException
public java.sql.SQLException sqlException()
Copyright © 2006 null. All Rights Reserved.