org.eclipse.persistence.exceptions
Class CacheSynchronizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.CacheSynchronizationException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by
RemoteCommandManagerException
public class CacheSynchronizationException
- extends EclipseLinkException
Purpose: This exception is used when an error occurs during cache
synchronization distribution in synchronous mode.
- See Also:
- Serialized Form
Field Summary |
UnitOfWorkChangeSet |
changeSet
Deprecated. |
java.util.Vector |
errors
Deprecated. |
Method Summary |
org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet |
getChangeSet()
Deprecated. This is the change Set that was being merged |
java.util.Vector |
getErrors()
Deprecated. The errors that occured |
Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException |
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errors
public java.util.Vector errors
- Deprecated.
changeSet
public transient UnitOfWorkChangeSet changeSet
- Deprecated.
CacheSynchronizationException
public CacheSynchronizationException(java.util.Vector errors,
UnitOfWorkChangeSet changeSet)
- Deprecated.
getChangeSet
public org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet getChangeSet()
- Deprecated.
- This is the change Set that was being merged
getErrors
public java.util.Vector getErrors()
- Deprecated.
- The errors that occured