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
TypeField
 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
TypeMethod
 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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
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