oracle.toplink.exceptions
Class RemoteCommandManagerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.toplink.exceptions.TopLinkException
|
+--oracle.toplink.exceptions.RemoteCommandManagerException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DiscoveryException
- public class RemoteCommandManagerException
- extends TopLinkException
- implements java.io.Serializable
Instances of this exception are raised if a problem is detected in the RemoteCommandManager (RCM) feature. TopLink exceptions should only ever be thrown by TopLink code.
- See Also:
- Serialized Form
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 |
ERROR_OBTAINING_CONTEXT_FOR_JNDI
public static final int ERROR_OBTAINING_CONTEXT_FOR_JNDI
-
- See Also:
- Constant Field Values
ERROR_BINDING_CONNECTION
public static final int ERROR_BINDING_CONNECTION
-
- See Also:
- Constant Field Values
ERROR_LOOKING_UP_REMOTE_CONNECTION
public static final int ERROR_LOOKING_UP_REMOTE_CONNECTION
-
- See Also:
- Constant Field Values
ERROR_GETTING_HOST_NAME
public static final int ERROR_GETTING_HOST_NAME
-
- See Also:
- Constant Field Values
ERROR_PROPAGATING_COMMAND
public static final int ERROR_PROPAGATING_COMMAND
-
- See Also:
- Constant Field Values
RemoteCommandManagerException
public RemoteCommandManagerException()
RemoteCommandManagerException
public RemoteCommandManagerException(java.lang.String theMessage)
errorObtainingContext
public static RemoteCommandManagerException errorObtainingContext(java.lang.String contextProperties,
java.lang.Exception internalEx)
errorBindingConnection
public static RemoteCommandManagerException errorBindingConnection(java.lang.String bindName,
java.lang.Exception internalEx)
errorLookingUpRemoteConnection
public static RemoteCommandManagerException errorLookingUpRemoteConnection(java.lang.String remoteName,
java.lang.String url,
java.lang.Exception internalEx)
errorGettingHostName
public static RemoteCommandManagerException errorGettingHostName(java.lang.Exception internalEx)
unableToPropagateCommand
public static RemoteCommandManagerException unableToPropagateCommand(java.lang.String connectionString,
java.lang.Throwable internalEx)