Class DiscoveryException

All Implemented Interfaces:
Serializable

public class DiscoveryException extends RemoteCommandManagerException implements Serializable
Instances of this exception are raised if a problem is detected during the discovery of a TopLink cluster. This occurs as part of the RemoteCommandManager feature. TopLink exceptions should only ever be thrown by TopLink code.
See Also:
  • Field Details

    • ERROR_JOINING_MULTICAST_GROUP

      public static final int ERROR_JOINING_MULTICAST_GROUP
      See Also:
    • ERROR_SENDING_ANNOUNCEMENT

      public static final int ERROR_SENDING_ANNOUNCEMENT
      See Also:
    • ERROR_LOOKING_UP_LOCAL_HOST

      public static final int ERROR_LOOKING_UP_LOCAL_HOST
      See Also:
    • ERROR_RECEIVING_ANNOUNCEMENT

      public static final int ERROR_RECEIVING_ANNOUNCEMENT
      See Also:
  • Constructor Details

    • DiscoveryException

      public DiscoveryException()
    • DiscoveryException

      public DiscoveryException(String theMessage)
  • Method Details