oracle.toplink.exceptions
Class SynchronizationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.toplink.exceptions.TopLinkException
|
+--oracle.toplink.exceptions.SynchronizationException
- All Implemented Interfaces:
- java.io.Serializable
- public class SynchronizationException
- extends TopLinkException
- implements java.io.Serializable
Instances of this exception are raised if a problem is detected
during synchronization of TopLink caches.
TopLink exceptions should only ever be thrown by TopLink code.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DROPPING_REMOTE_CONNECTION
public static final int DROPPING_REMOTE_CONNECTION
DROPPING_REMOTE_CONNECTION1
public static final int DROPPING_REMOTE_CONNECTION1
ERROR_DOING_REMOTE_MERGE
public static final int ERROR_DOING_REMOTE_MERGE
ERROR_DOING_REMOTE_MERGE1
public static final int ERROR_DOING_REMOTE_MERGE1
ERROR_DOING_REMOTE_MERGE2
public static final int ERROR_DOING_REMOTE_MERGE2
ERROR_DOING_REMOTE_MERGE3
public static final int ERROR_DOING_REMOTE_MERGE3
ERROR_DOING_LOCAL_MERGE
public static final int ERROR_DOING_LOCAL_MERGE
ERROR_DOING_LOCAL_MERGE1
public static final int ERROR_DOING_LOCAL_MERGE1
ERROR_LOOKING_UP_LOCAL_HOST
public static final int ERROR_LOOKING_UP_LOCAL_HOST
ERROR_BINDING_CONTROLLER
public static final int ERROR_BINDING_CONTROLLER
ERROR_LOOKING_UP_CONTROLLER
public static final int ERROR_LOOKING_UP_CONTROLLER
ERROR_LOOKING_UP_JMS_SERVICE
public static final int ERROR_LOOKING_UP_JMS_SERVICE
ERROR_UNMARSHALLING_MSG
public static final int ERROR_UNMARSHALLING_MSG
ERROR_UNMARSHALLING_MSG1
public static final int ERROR_UNMARSHALLING_MSG1
ERROR_GETTING_SYNC_SERVICE
public static final int ERROR_GETTING_SYNC_SERVICE
ERROR_NOTIFYING_CLUSTER
public static final int ERROR_NOTIFYING_CLUSTER
ERROR_JOINING_MULTICAST_GROUP
public static final int ERROR_JOINING_MULTICAST_GROUP
ERROR_DOING_REGISTER
public static final int ERROR_DOING_REGISTER
ERROR_DOING_REGISTER1
public static final int ERROR_DOING_REGISTER1
ERROR_DOING_REGISTER2
public static final int ERROR_DOING_REGISTER2
ERROR_DOING_REGISTER3
public static final int ERROR_DOING_REGISTER3
ERROR_RECEIVING_ANNOUNCEMENT
public static final int ERROR_RECEIVING_ANNOUNCEMENT
ERROR_RECEIVING_ANNOUNCEMENT1
public static final int ERROR_RECEIVING_ANNOUNCEMENT1
SynchronizationException
public SynchronizationException()
SynchronizationException
public SynchronizationException(java.lang.String theMessage)
droppingRemoteConnection
public static SynchronizationException droppingRemoteConnection(java.lang.String sessionId)
errorBindingController
public static SynchronizationException errorBindingController(java.lang.String registryName,
java.lang.Exception internalEx)
errorDoingLocalMerge
public static SynchronizationException errorDoingLocalMerge(java.lang.String sessionId,
java.lang.Exception internalEx)
errorDoingRegister
public static SynchronizationException errorDoingRegister(java.lang.String sessionId,
java.lang.Exception internalEx)
errorReceivingAnnouncement
public static SynchronizationException errorReceivingAnnouncement(java.lang.String sessionId,
java.lang.Exception internalEx)
errorDoingRemoteMerge
public static SynchronizationException errorDoingRemoteMerge(java.lang.String sessionId,
java.lang.Exception internalEx)
errorGettingSyncService
public static SynchronizationException errorGettingSyncService(java.lang.Exception internalEx)
errorNotifyingCluster
public static SynchronizationException errorNotifyingCluster(java.lang.Exception internalEx)
errorJoiningMulticastGroup
public static SynchronizationException errorJoiningMulticastGroup(java.lang.Exception internalEx)
errorLookingUpController
public static SynchronizationException errorLookingUpController(java.lang.String registryName,
java.lang.Exception exception)
errorLookingUpJMSService
public static SynchronizationException errorLookingUpJMSService(java.lang.String topicName,
java.lang.Exception exception)
errorLookingUpLocalHost
public static SynchronizationException errorLookingUpLocalHost(java.lang.Exception exception)
errorUnmarshallingMsg
public static SynchronizationException errorUnmarshallingMsg(java.lang.String sessionId)