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


oracle.dss.util
Class DataDirectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.util.DataException
                          |
                          +--oracle.dss.util.DataDirectorException
All Implemented Interfaces:
BIException, java.io.Serializable

public class DataDirectorException
extends DataException

Indicates a problem manipulating data. Methods in the DataDirector interface throw this exception in response to exceptions that occur in the underlying data provider.

See Also:
DataDirector, Serialized Form

Constructor Summary
DataDirectorException(java.lang.String s, java.lang.Exception e)
          Constructor.

 

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

 

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

 

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

 

Constructor Detail

DataDirectorException

public DataDirectorException(java.lang.String s,
                             java.lang.Exception e)
Constructor.
Parameters:
s - The message to display.
e - The underlying exception from the data provider.

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


Copyright © 2003, Oracle. All Rights Reserved.