Skip navigation links 
 
oracle.javatools.db.sql
Class SQLQueryException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.javatools.db.DBException
oracle.javatools.db.DBException
               oracle.javatools.db.sql.SQLQueryException
oracle.javatools.db.sql.SQLQueryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- IDException, InvalidSQLException, SQLQueryClauseException
- 
public class SQLQueryException
 
- extends DBException
Superclass for all Exceptions thrown by the SQLQuery API.
- Since:
- 10.1.3
- See Also:
- Serialized Form
 
  
 
 
 
| 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 | 
 
 
SQLQueryException
protected SQLQueryException()
SQLQueryException
public SQLQueryException(java.lang.String message)
SQLQueryException
public SQLQueryException(SQLFragment obj,
                         java.lang.String message)
SQLQueryException
public SQLQueryException(SQLFragment obj,
                         java.lang.String message,
                         java.lang.Exception cause)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.