Class JDBCExecutePreparedSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.store.jdbc.exception.JDBCException
org.gvsig.fmap.dal.store.jdbc.exception.JDBCExecutePreparedSQLException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class JDBCExecutePreparedSQLException extends org.gvsig.fmap.dal.store.jdbc.exception.JDBCException
Author:
jmvivo
See Also:
  • Constructor Details

    • JDBCExecutePreparedSQLException

      public JDBCExecutePreparedSQLException(String sql, Object[] parameters, SQLException cause)
    • JDBCExecutePreparedSQLException

      public JDBCExecutePreparedSQLException(String sql, List parameters, SQLException cause)