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


oracle.dss.bicontext
Class BIRemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.bicontext.BIRemoteException
All Implemented Interfaces:
BIException, java.io.Serializable
Direct Known Subclasses:
BISessionException, ConnectionException, MetadataManagerException

public class BIRemoteException
extends BIBaseException

Indicates a problem with a driver on the middle tier.

See Also:
Serialized Form

Method Summary
 java.lang.String getLocalizedMessage()
          Retrieves a message that is localized for the default locale that was set in the exception.
 java.lang.String getMessage()
          Retrieves a message that is localized for the default locale.

 

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

 

Method Detail

getMessage

public java.lang.String getMessage()
Retrieves a message that is localized for the default locale.
Overrides:
getMessage in class java.lang.Throwable
Returns:
The localized message.

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Retrieves a message that is localized for the default locale that was set in the exception.
Overrides:
getLocalizedMessage in class java.lang.Throwable
Returns:
The localized message.

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


Copyright © 2003, Oracle. All Rights Reserved.