Class DiscoveryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiscoveryException
    extends RemoteCommandManagerException
    implements java.io.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​(java.lang.String theMessage)
    • Method Detail

      • errorJoiningMulticastGroup

        public static DiscoveryException errorJoiningMulticastGroup​(java.lang.Exception internalEx)
      • errorSendingAnnouncement

        public static DiscoveryException errorSendingAnnouncement​(java.lang.Exception internalEx)
      • errorLookingUpLocalHost

        public static DiscoveryException errorLookingUpLocalHost​(java.lang.Exception internalEx)
      • errorReceivingAnnouncement

        public static DiscoveryException errorReceivingAnnouncement​(java.lang.Exception internalEx)