Class DiscoveryConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.discovery.configuration.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:
  • Constructor Details

    • DiscoveryConfigurationException

      public DiscoveryConfigurationException()
    • DiscoveryConfigurationException

      public DiscoveryConfigurationException(String message, Throwable cause)
    • DiscoveryConfigurationException

      public DiscoveryConfigurationException(String message)
    • DiscoveryConfigurationException

      public DiscoveryConfigurationException(Throwable cause)