|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dss.util.BIBaseException
|
+--oracle.dss.util.DataException
|
+--oracle.dss.util.DataDirectorException
Indicates a problem manipulating data. Methods in the DataDirector interface throw this exception in response to exceptions that occur in the underlying data provider.
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 |
public DataDirectorException(java.lang.String s,
java.lang.Exception e)
s - The message to display.e - The underlying exception from the data provider.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||