oracle.owb.metadatamgmt.changemgmt
Class SnapshotUpdateException

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

public class SnapshotUpdateException
extends MCMException

Thrown when Snapshot alteration or update fails because of a exceptional condition is met. Snapshot can be updated/altered by adding new components in snapshot or replacing component in snapshot with its latest/current definition from repository or removing components from snapshot, If any exceptional condition occurs during this alter snapshot operation, this exception is thrown.

See Also:
Serialized Form

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

SnapshotUpdateException

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