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


oracle.dss.dataSource.common
Class IllegalOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.dataSource.common.QueryException
                          |
                          +--oracle.dss.dataSource.common.IllegalOperationException
All Implemented Interfaces:
BIException, java.io.Serializable

public class IllegalOperationException
extends QueryException

Thrown if a call to the Query API is found to be illegal for some reason.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          Retrieves this exception's message.

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

getMessage

public java.lang.String getMessage()
Retrieves this exception's message.
Overrides:
getMessage in class java.lang.Throwable
Returns:
The exception's message.

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


Copyright © 2003, Oracle. All Rights Reserved.