|
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 | +--oracle.dss.persistence.BIUserNotFoundException
Constructor Summary | |
BIUserNotFoundException(BIJboException jboEx) |
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.String |
getMessage() Formats the message text for the default locale. |
java.lang.Throwable |
getPreviousException() Get the previous exception this exception is building on |
int |
size() Retrieves the size of the exception chain. |
java.lang.String |
toString() Return the entire exception chain message 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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BIUserNotFoundException(BIJboException jboEx)
Method Detail |
public java.lang.Throwable getPreviousException()
getPreviousException
in interface BIException
public java.lang.String toString()
toString
in interface BIException
toString
in class javax.naming.NamingException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getBIRootCause()
getBIRootCause
in interface BIException
public java.lang.Throwable elementAt(int index)
elementAt
in interface BIException
public java.util.Enumeration elements()
elements
in interface BIException
public 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 |