| 
 | 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.OperationNotSupportedException
                          |
                          +--oracle.dss.bicontext.BIOperationNotSupportedException
Indicates that the requested operation is not supported in this implementation of JNDI.
| Constructor Summary | |
| BIOperationNotSupportedException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params, java.util.Locale locale, java.lang.Throwable prevException)Constructor for a formattable, localizable exception for a specific locale that passes on a previous exception. | |
| 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 | getLocalizedMessage()Retrieves a message that is localized for the default locale set in the exception | 
|  java.lang.String | getMessage()Retrieves a message that is localized for the default locale. | 
|  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 | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public BIOperationNotSupportedException(java.lang.Class resBundleClass,
                                        java.lang.String errorCode,
                                        java.lang.Object[] params,
                                        java.util.Locale locale,
                                        java.lang.Throwable prevException)
resBundleClass - The base resource bundle; that is, the resource bundle that does not have a language extension in its name.errorCode - The error code. This is the key in the resource bundle.params - A replacement for each token in the String that will be retrieved from the resource bundle.locale - The locale in which this message is localized.prevException - The exception that underlies this exception.| 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.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic 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 | ||||||||