|
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
|
+--java.lang.RuntimeException
|
+--oracle.dss.util.BIBaseRuntimeException
|
+--oracle.dss.dataSource.common.QueryRuntimeException
|
+--oracle.dss.dataSource.common.NoDatabaseException
Thrown if an operation requires a database to be set on the QueryManager but no database is specified.
| Constructor Summary | |
NoDatabaseException(java.lang.String s, java.lang.Throwable e)Constructor. | |
| Methods inherited from class oracle.dss.util.BIBaseRuntimeException |
elementAt, elements, 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 NoDatabaseException(java.lang.String s,
java.lang.Throwable e)
s - Message to display.e - Previous exception to carry (may be null).
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||