Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.exceptions
Class CacheSynchronizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.