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

Field Summary
TypeField
static int DROPPING_REMOTE_CONNECTION
           
static int DROPPING_REMOTE_CONNECTION1
           
static int ERROR_BINDING_CONTROLLER
           
static int ERROR_DOING_LOCAL_MERGE
           
static int ERROR_DOING_LOCAL_MERGE1
           
static int ERROR_DOING_REGISTER
           
static int ERROR_DOING_REGISTER1
           
static int ERROR_DOING_REGISTER2
           
static int ERROR_DOING_REGISTER3
           
static int ERROR_DOING_REMOTE_MERGE
           
static int ERROR_DOING_REMOTE_MERGE1
           
static int ERROR_DOING_REMOTE_MERGE2
           
static int ERROR_DOING_REMOTE_MERGE3
           
static int ERROR_GETTING_SYNC_SERVICE
           
static int ERROR_JOINING_MULTICAST_GROUP
           
static int ERROR_LOOKING_UP_CONTROLLER
           
static int ERROR_LOOKING_UP_JMS_SERVICE
           
static int ERROR_LOOKING_UP_LOCAL_HOST
           
static int ERROR_NOTIFYING_CLUSTER
           
static int ERROR_RECEIVING_ANNOUNCEMENT
           
static int ERROR_RECEIVING_ANNOUNCEMENT1
           
static int ERROR_UNMARSHALLING_MSG
           
static int ERROR_UNMARSHALLING_MSG1
           
 
Constructor Summary
SynchronizationException()
           
SynchronizationException(java.lang.String theMessage)
           
 
Method Summary
TypeMethod
static SynchronizationException droppingRemoteConnection(java.lang.String sessionId)
           
static SynchronizationException errorBindingController(java.lang.String registryName, java.lang.Exception internalEx)
           
static SynchronizationException errorDoingLocalMerge(java.lang.String sessionId, java.lang.Exception internalEx)
           
static SynchronizationException errorDoingRegister(java.lang.String sessionId, java.lang.Exception internalEx)
           
static SynchronizationException errorDoingRemoteMerge(java.lang.String sessionId, java.lang.Exception internalEx)
           
static SynchronizationException errorGettingSyncService(java.lang.Exception internalEx)
           
static SynchronizationException errorJoiningMulticastGroup(java.lang.Exception internalEx)
           
static SynchronizationException errorLookingUpController(java.lang.String registryName, java.lang.Exception exception)
           
static SynchronizationException errorLookingUpJMSService(java.lang.String topicName, java.lang.Exception exception)
           
static SynchronizationException errorLookingUpLocalHost(java.lang.Exception exception)
           
static SynchronizationException errorNotifyingCluster(java.lang.Exception internalEx)
           
static SynchronizationException errorReceivingAnnouncement(java.lang.String sessionId, java.lang.Exception internalEx)
           
static SynchronizationException errorUnmarshallingMsg(java.lang.String sessionId)
           
 
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

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
Constructor Detail

SynchronizationException

public SynchronizationException()

SynchronizationException

public SynchronizationException(java.lang.String theMessage)
Method Detail

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)