Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.5)
B10394-01

oracle.ord.im
Class ExpectedSQLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byoracle.ord.im.ExpectedSQLException
All Implemented Interfaces:
java.io.Serializable

public class ExpectedSQLException
extends java.sql.SQLException

For internal use only. This exception is only thrown by the middle-tier domain object. It should be ignored in 3-tier environment since it will be serialized to the CT and the CT will throw it. In 2-tier environment it is caught by the application program.

See Also:
Serialized Form

Constructor Summary
ExpectedSQLException(java.sql.SQLException se)
          Constructs a ExpectedSQLException instance.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedSQLException

public ExpectedSQLException(java.sql.SQLException se)
Constructs a ExpectedSQLException instance.

Parameters:
se - An instance of SQL Exception

Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.5)
B10394-01

Copyright © 2001,2003, Oracle. All Rights Reserved.