|
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
|
+--javax.naming.NamingException
|
+--javax.naming.ContextNotEmptyException
|
+--oracle.dss.bicontext.BIContextNotEmptyException
Indicates that the context that you are trying to destroy has contents. You must remove the contents before destroying the context. To handle this exception in particular, catch it before you catch a NamingException. Then, you can try to solve the problem.
| Method Summary | |
java.lang.Throwable |
elementAt(int index)Retrieves the exception at the specified index. |
java.util.Enumeration |
elements()Retrieves An enumeration of exceptions in the exception chain. |
java.lang.Throwable |
getBIRootCause()Retrieves the root exception. |
java.lang.Throwable |
getPreviousException()Retrieves the underlying exception, if one exists. |
int |
size()Retrieves the size of the exception chain. |
java.lang.String |
toString()Retrieves the exception stack. |
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.Throwable getPreviousException()
getPreviousException in interface BIExceptionnull.public java.lang.String toString()
toString in interface BIExceptiontoString in class javax.naming.NamingExceptionpublic java.lang.Throwable getBIRootCause()
getBIRootCause in interface BIExceptionpublic java.lang.Throwable elementAt(int index)
elementAt in interface BIExceptionpublic java.util.Enumeration elements()
elements in interface BIExceptionpublic int size()
size in interface BIException
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||