Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.exceptions
Class CacheSynchronizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.toplink.exceptions.TopLinkException
                          |
                          +--oracle.toplink.exceptions.CacheSynchronizationException
All Implemented Interfaces:
java.io.Serializable

public class CacheSynchronizationException
extends TopLinkException

Purpose: This exception is used when an error occurs during cache synchronization distribution in synchronous mode

See Also:
Serialized Form

Field Summary
 oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
           
 java.util.Vector errors
           

 

Constructor Summary
CacheSynchronizationException(java.util.Vector errors, oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
           

 

Method Summary
 oracle.toplink.internal.sessions.UnitOfWorkChangeSet getChangeSet()
          This is the change Set that was being merged
 java.util.Vector getErrors()
          The errors that occured

 

Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

errors

public java.util.Vector errors

changeSet

public oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
Constructor Detail

CacheSynchronizationException

public CacheSynchronizationException(java.util.Vector errors,
                                     oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
Method Detail

getChangeSet

public oracle.toplink.internal.sessions.UnitOfWorkChangeSet getChangeSet()
This is the change Set that was being merged

getErrors

public java.util.Vector getErrors()
The errors that occured

Copyright © 2003 Oracle Corporation. All Rights Reserved.