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


oracle.dss.dataSource.common
Class QueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.dataSource.common.QueryException
All Implemented Interfaces:
BIException, java.io.Serializable
Direct Known Subclasses:
BCJException, CloneException, IllegalArgException, IllegalOperationException, InvalidMetadataException, NoQueryDefinedException, OLAPException, StepEvaluatorException

public abstract class QueryException
extends BIBaseException

Non-runtime exceptions thrown specifically by the Query client.

See Also:
Serialized Form

Constructor Summary
QueryException(java.lang.String s, java.lang.Throwable e)
          Constructor.

 

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

QueryException

public QueryException(java.lang.String s,
                      java.lang.Throwable e)
Constructor.
Parameters:
s - Message to display.
e - Previous exception to carry (may be null).

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


Copyright © 2003, Oracle. All Rights Reserved.