|
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.security.BISecurityException
This exception is used to indicate a security or a related exception. The application should throw this exception when a pluggable driver encounters a problem.
BIBaseException, AuthenticationProvider, ConnectionProvider, UserCommunityProvider, Serialized Form| Constructor Summary | |
BISecurityException(java.lang.String s, java.lang.Throwable prevException)Constructor that specifies the message and the previous exception to chain. | |
| 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 BISecurityException(java.lang.String s,
java.lang.Throwable prevException)
s - The exception message.prevException - Any previous exception to be chained.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||