Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.metadatamgmt.changemgmt
Class RestoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.owb.metadatamgmt.changemgmt.MCMException
                    |
                    +--oracle.owb.metadatamgmt.changemgmt.RestoreException
All Implemented Interfaces:
java.io.Serializable

public class RestoreException
extends MCMException

Thrown when Snapshot or its components can not be restored because of some exceptional condition during operation.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.owb.metadatamgmt.changemgmt.MCMException
exp

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
RestoreException(java.lang.Exception detailStack)
          Creates Restore Exception with embedded platform stack trace.

 

Methods inherited from class oracle.owb.metadatamgmt.changemgmt.MCMException
getMessage, printDetailStackTrace, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

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

 

Constructor Detail

RestoreException

public RestoreException(java.lang.Exception detailStack)
Creates Restore Exception with embedded platform stack trace.
Parameters:
detailStack - - Internal platform stack trace.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.