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:
    Serialized Form
    • Field Detail

      • ERROR_JOINING_MULTICAST_GROUP

        public static final int ERROR_JOINING_MULTICAST_GROUP
        See Also:
        Constant Field Values
      • ERROR_SENDING_ANNOUNCEMENT

        public static final int ERROR_SENDING_ANNOUNCEMENT
        See Also:
        Constant Field Values
      • ERROR_LOOKING_UP_LOCAL_HOST

        public static final int ERROR_LOOKING_UP_LOCAL_HOST
        See Also:
        Constant Field Values
      • ERROR_RECEIVING_ANNOUNCEMENT

        public static final int ERROR_RECEIVING_ANNOUNCEMENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • DiscoveryException

        public DiscoveryException()
      • DiscoveryException

        public DiscoveryException​(String theMessage)