Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.security
Class BISecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.security.BISecurityException
All Implemented Interfaces:
BIException, java.io.Serializable

public class BISecurityException
extends BIBaseException

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.

See Also:
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

BISecurityException

public BISecurityException(java.lang.String s,
                           java.lang.Throwable prevException)
Constructor that specifies the message and the previous exception to chain.
Parameters:
s - The exception message.
prevException - Any previous exception to be chained.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.