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

B12155-01

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

Field Summary

 

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

 

Fields inherited from class java.lang.Exception

 

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, 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

SnapshotUpdateException

public SnapshotUpdateException(java.lang.Exception detailStack)
Creates Snapshot Update 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.