|
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.dataSource.common.QueryException
|
+--oracle.dss.dataSource.common.OLAPException
|
+--oracle.dss.dataSource.common.OLAPTransactionException
Thrown if a Query object catches an OLAP API exception that is thrown because of a problem with OLAP API transactions.
| Fields inherited from class oracle.dss.dataSource.common.OLAPException |
COULD_NOT_CONNECT, CREATE_CURSOR, INTERRUPTED, SPL_FAILURE, TRANSACTION_ERROR |
| Constructor Summary | |
OLAPTransactionException(java.lang.String s, java.lang.Throwable e)Constructor. | |
| Methods inherited from class oracle.dss.dataSource.common.OLAPException |
getErrorType |
| 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 OLAPTransactionException(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 | ||||||||