|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.toplink.exceptions.TopLinkException
oracle.toplink.exceptions.CacheSynchronizationException
RemoteCommandManagerException
public class CacheSynchronizationException
Purpose: This exception is used when an error occurs during cache synchronization distribution in synchronous mode.
| Field Summary | |
|---|---|
oracle.toplink.internal.sessions.UnitOfWorkChangeSet |
changeSet
Deprecated. |
java.util.Vector |
errors
Deprecated. |
| Constructor Summary | |
|---|---|
CacheSynchronizationException(java.util.Vector errors,
oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
Deprecated. |
|
| Method Summary | |
|---|---|
oracle.toplink.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 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 |
|---|
public java.util.Vector errors
public transient oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
| Constructor Detail |
|---|
public CacheSynchronizationException(java.util.Vector errors,
oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet)
| Method Detail |
|---|
public oracle.toplink.internal.sessions.UnitOfWorkChangeSet getChangeSet()
public java.util.Vector getErrors()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||