public class DiscoveryException extends RemoteCommandManagerException implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_JOINING_MULTICAST_GROUP |
static int |
ERROR_LOOKING_UP_LOCAL_HOST |
static int |
ERROR_RECEIVING_ANNOUNCEMENT |
static int |
ERROR_SENDING_ANNOUNCEMENT |
ERROR_BINDING_CONNECTION, ERROR_CREATING_JGROUPS_CONNECTION, ERROR_CREATING_JMS_CONNECTION, ERROR_CREATING_LOCAL_JMS_CONNECTION, ERROR_CREATING_OC4J_JGROUPS_CONNECTION, ERROR_DESERIALIZE_REMOTE_COMMAND, ERROR_DISCOVERING_IP_ADDRESS, ERROR_GETTING_HOST_NAME, ERROR_GETTING_SERVERPLATFORM, ERROR_INIT_CORBA, ERROR_LOOKING_UP_REMOTE_CONNECTION, ERROR_OBTAINING_CONTEXT_FOR_JNDI, ERROR_PROCESSING_REMOTE_COMMAND, ERROR_PROPAGATING_COMMAND, ERROR_RECEIVED_JMS_MESSAGE_IS_NULL, ERROR_RECEIVING_JMS_MESSAGE, ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND, ERROR_UNBINDING_LOCAL_CONNECTION, RCM_UNINITIALIZED_OR_CLOSED
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Constructor and Description |
---|
DiscoveryException() |
DiscoveryException(String theMessage) |
Modifier and Type | Method and Description |
---|---|
static DiscoveryException |
errorJoiningMulticastGroup(Exception internalEx) |
static DiscoveryException |
errorLookingUpLocalHost(Exception internalEx) |
static DiscoveryException |
errorReceivingAnnouncement(Exception internalEx) |
static DiscoveryException |
errorSendingAnnouncement(Exception internalEx) |
errorBindingConnection, errorCreatingJGroupsConnection, errorCreatingJMSConnection, errorCreatingLocalJMSConnection, errorCreatingOc4jJGroupsConnection, errorDeserializeRemoteCommand, errorDiscoveringLocalHostIPAddress, errorGettingHostName, errorGettingServerPlatform, errorInitCorba, errorJMSMessageIsNull, errorLookingUpRemoteConnection, errorObtainingContext, errorProcessingRemoteCommand, errorReceivingJMSMessage, errorSerializeOrDeserialzeCommand, errorUnbindingLocalConnection, remoteCommandManagerIsClosed, unableToPropagateCommand
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public static final int ERROR_JOINING_MULTICAST_GROUP
public static final int ERROR_SENDING_ANNOUNCEMENT
public static final int ERROR_LOOKING_UP_LOCAL_HOST
public static final int ERROR_RECEIVING_ANNOUNCEMENT
public DiscoveryException()
public DiscoveryException(String theMessage)
public static DiscoveryException errorJoiningMulticastGroup(Exception internalEx)
public static DiscoveryException errorSendingAnnouncement(Exception internalEx)
public static DiscoveryException errorLookingUpLocalHost(Exception internalEx)
public static DiscoveryException errorReceivingAnnouncement(Exception internalEx)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.