Class DiscoveryConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class DiscoveryConfigurationException
    extends Exception
    Exception that can be thrown if there are issues with the discovery configuration
    Author:
    Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
    See Also:
    Serialized Form
    • Constructor Detail

      • DiscoveryConfigurationException

        public DiscoveryConfigurationException()
      • DiscoveryConfigurationException

        public DiscoveryConfigurationException​(String message,
                                               Throwable cause)
      • DiscoveryConfigurationException

        public DiscoveryConfigurationException​(String message)
      • DiscoveryConfigurationException

        public DiscoveryConfigurationException​(Throwable cause)