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


oracle.dss.persistence
Class BIUserNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.naming.NamingException
                    |
                    +--oracle.dss.persistence.BIUserNotFoundException
All Implemented Interfaces:
BIException, java.io.Serializable

public class BIUserNotFoundException
extends javax.naming.NamingException
implements BIException
See Also:
Serialized Form

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

BIUserNotFoundException

public BIUserNotFoundException(BIJboException jboEx)
Method Detail

getPreviousException

public java.lang.Throwable getPreviousException()
Get the previous exception this exception is building on
Specified by:
getPreviousException in interface BIException
Returns:
previous exception

toString

public java.lang.String toString()
Return the entire exception chain message stack.
Specified by:
toString in interface BIException
Overrides:
toString in class javax.naming.NamingException
Returns:
message string concatenated together

getMessage

public java.lang.String getMessage()
Formats the message text for the default locale.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the localized message.

getBIRootCause

public java.lang.Throwable getBIRootCause()
Retrieves the root exception.
Specified by:
getBIRootCause in interface BIException
Returns:
the root exception.

elementAt

public java.lang.Throwable elementAt(int index)
Retrieves the exception at the specified index.
Specified by:
elementAt in interface BIException
Returns:
The exception at the specified index.

elements

public java.util.Enumeration elements()
Retrieves An enumeration of exceptions in the exception chain.
Specified by:
elements in interface BIException
Returns:
An enumeration containing the exceptions.

size

public int size()
Retrieves the size of the exception chain.
Specified by:
size in interface BIException
Returns:
The size of the exception chain.

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


Copyright © 2003, Oracle. All Rights Reserved.