Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.connection.common
Class ConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.bicontext.BIRemoteException
                          |
                          +--oracle.dss.connection.common.ConnectionException
All Implemented Interfaces:
BIException, java.io.Serializable

public class ConnectionException
extends BIRemoteException
See Also:
Serialized Form

Constructor Summary
ConnectionException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params, java.util.Locale locale, java.lang.Throwable prevException, java.lang.String driverType)
          Constructor for a formattable exception that can be localized.
ConnectionException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params, java.lang.Throwable prevException, java.lang.String driverType)
          Constructor for a formattable, localizable exception that passes on a previous exception.
ConnectionException(java.lang.String msg, java.lang.Throwable prevException, java.lang.String driverType)
          Constructor for an exception that cannot be localized and that passes on an underlying exception.

 

Methods inherited from class oracle.dss.bicontext.BIRemoteException
getLocalizedMessage, getMessage

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ConnectionException

public ConnectionException(java.lang.Class resBundleClass,
                           java.lang.String errorCode,
                           java.lang.Object[] params,
                           java.util.Locale locale,
                           java.lang.Throwable prevException,
                           java.lang.String driverType)
Constructor for a formattable exception that can be localized.
Parameters:
resBundleClass - The base resource bundle; that is, the resource bundle that does not have a language extension in its name.
errorCode - The error code. This is the key in the resource bundle.
params - A replacement for each token in the String that will be retrieved from the resource bundle.
locale - The Locale object. It is used to load the locale sensitive error message.
prevException - The exception that underlies this exception.
driverType - The String representing the driver type of the Connection driver that is throwing the exception.

ConnectionException

public ConnectionException(java.lang.Class resBundleClass,
                           java.lang.String errorCode,
                           java.lang.Object[] params,
                           java.lang.Throwable prevException,
                           java.lang.String driverType)
Constructor for a formattable, localizable exception that passes on a previous exception.
Parameters:
resBundleClass - The base resource bundle; that is, the resource bundle that does not have a language extension in its name.
errorCode - The error code. This is the key in the resource bundle.
params - A replacement for each token in the String that will be retrieved from the resource bundle.
prevException - The exception that underlies this exception.
driverType - The String representing the driver type of the Connection driver that is throwing the exception.

ConnectionException

public ConnectionException(java.lang.String msg,
                           java.lang.Throwable prevException,
                           java.lang.String driverType)
Constructor for an exception that cannot be localized and that passes on an underlying exception.
Parameters:
msg - The text of the error message.
prevException - The exception that underlies this exception.
driverType - The String representing the driver type of the Connection driver that is throwing the exception.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.