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

Fields inherited from class oracle.owb.metadatamgmt.changemgmt.MCMException
exp
 
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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
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.