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


oracle.dss.dataSource.common
Class UndoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dss.util.BIBaseRuntimeException
                          |
                          +--oracle.dss.dataSource.common.QueryRuntimeException
                                |
                                +--oracle.dss.dataSource.common.UndoException
All Implemented Interfaces:
BIException, java.io.Serializable

public class UndoException
extends QueryRuntimeException

Provides a message when an undo operation cannot be performed.

See Also:
Serialized Form

Constructor Summary
UndoException(java.lang.String msg, java.lang.Exception e)
          Constructor for this class.

 

Methods inherited from class oracle.dss.util.BIBaseRuntimeException
elementAt, elements, 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

UndoException

public UndoException(java.lang.String msg,
                     java.lang.Exception e)
Constructor for this class.
Parameters:
msg - The message that is provided with the exception.
exception - The exception that was trapped to generate this exception.

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


Copyright © 2003, Oracle. All Rights Reserved.