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

B12155-01

oracle.owb.metadatamgmt.changemgmt
Class SnapshotLockException

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

public class SnapshotLockException
extends MCMException

Thrown when lock can not be placed on Snapshot object.

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
SnapshotLockException(java.lang.Exception detailStack)
          Creates Snapshot Lock 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

SnapshotLockException

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