JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
All Implemented Interfaces:
java.io.Serializable
public class DBSQLException
extends DBException
DBException subclass that is thrown when a SQLException is encountered while
talking to the database. The "cause" for this exception should be the
SQLException, and the query text being executed is available through
getQuery().
See Also: Serialized Form
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getSQL ()
Returns the sql string sent to the database when the error was
encountered.
void
printStackTrace (java.io.PrintStream s)
void
printStackTrace (java.io.PrintWriter s)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
DBSQLException
public DBSQLException(DBObject obj,
java.lang.String sql,
java.lang.String msg,
java.sql.SQLException sqe)
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.