oracle.owb.metadatamgmt.changemgmt
Class SnapshotCreationException

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

public class SnapshotCreationException
extends MCMException

Thrown when exceptional condition is met during Snapshot creation and Snapshot creation couldnt be completed.

See Also:
Serialized Form

Fields inherited from class oracle.owb.metadatamgmt.changemgmt.MCMException
exp
 
Constructor Summary
SnapshotCreationException(java.lang.Exception detailStack)
          Creates Snapshot Creation 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

SnapshotCreationException

public SnapshotCreationException(java.lang.Exception detailStack)
Creates Snapshot Creation Exception with embedded platform stack trace.
Parameters:
detailStack - - Internal platform stack trace.